Color spaces of #bb740e
RGB | 187 | 116 | 14 |
---|---|---|---|
HSL | 0.10 | 0.86 | 0.39 |
HSV | 35° | 93° | 73° |
CMYK | 0.00 | 0.38 | 0.93 0.27 |
XYZ | 26.8182 | 23.0873 | 3.4583 |
Yxy | 23.0873 | 0.5026 | 0.4326 |
Hunter Lab | 48.0492 | 15.5418 | 29.3671 |
CIE-Lab | 55.1621 | 21.2112 | 59.3554 |
#bb740e color RGB value is (187,116,14).
#bb740e hex color red value is 187, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb740e hue: 0.10 , saturation: 0.86 and the lightness value of bb740e is 0.39.
The process color (four color CMYK) of #bb740e color hex is 0.00, 0.38, 0.93, 0.27. Web safe color of #bb740e is #cc6600. Color #bb740e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01110100 | 00001110 |
Octal | 273 | 164 | 16 |
Decimal | 187 | 116 | 14 |
Hex | BB | 74 | E |
Shades of #bb740e
Tints of #bb740e
RGB Percentages of Color #bb740e
CMYK Percentages of Color #bb740e
Complementary Color
#bb740e | #0e55bb |
#bb740e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb740e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb740e Color CSS Codes
.mybgcolor {background-color:#bb740e; } .myforecolor {color:#bb740e; } .mybordercolor {border:3px solid #bb740e; }
#bb740e Text Font Color
<p style="color:#bb740e">Text here</p>
This sample text font color is #bb740e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bb740e Background Color
<div style="background-color:#bb740e">
Div content here</div>
This div background color is #bb740e
#bb740e Border Color
<div style="border:3px solid #bb740e">
Div here</div>
This div border color is #bb740e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,116,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb740e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb740e; -webkit-box-shadow: 1px 1px 3px 2px #bb740e; box-shadow: 1px 1px 3px 2px #bb740e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,116,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb740e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb740e; -webkit-box-shadow: 1px 1px 3px 2px #bb740e; box-shadow: 1px 1px 3px 2px #bb740e;">
Div content here</div>
This div box has shadow with color #bb740e
Comments
No comments written yet.
Please login to write comment.