Color spaces of #b8760e
RGB | 184 | 118 | 14 |
---|---|---|---|
HSL | 0.10 | 0.86 | 0.39 |
HSV | 37° | 92° | 72° |
CMYK | 0.00 | 0.36 | 0.92 0.28 |
XYZ | 26.3249 | 23.1789 | 3.5020 |
Yxy | 23.1789 | 0.4966 | 0.4373 |
Hunter Lab | 48.1445 | 13.3491 | 29.3884 |
CIE-Lab | 55.2561 | 18.7828 | 59.2518 |
#b8760e color RGB value is (184,118,14).
#b8760e hex color red value is 184, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b8760e hue: 0.10 , saturation: 0.86 and the lightness value of b8760e is 0.39.
The process color (four color CMYK) of #b8760e color hex is 0.00, 0.36, 0.92, 0.28. Web safe color of #b8760e is #cc6600. Color #b8760e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01110110 | 00001110 |
Octal | 270 | 166 | 16 |
Decimal | 184 | 118 | 14 |
Hex | B8 | 76 | E |
Shades of #b8760e
Tints of #b8760e
RGB Percentages of Color #b8760e
CMYK Percentages of Color #b8760e
Complementary Color
#b8760e | #0e50b8 |
#b8760e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8760e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8760e Color CSS Codes
.mybgcolor {background-color:#b8760e; } .myforecolor {color:#b8760e; } .mybordercolor {border:3px solid #b8760e; }
#b8760e Text Font Color
<p style="color:#b8760e">Text here</p>
This sample text font color is #b8760e
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.
#b8760e Background Color
<div style="background-color:#b8760e">
Div content here</div>
This div background color is #b8760e
#b8760e Border Color
<div style="border:3px solid #b8760e">
Div here</div>
This div border color is #b8760e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,118,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8760e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8760e; -webkit-box-shadow: 1px 1px 3px 2px #b8760e; box-shadow: 1px 1px 3px 2px #b8760e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,118,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 #b8760e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8760e; -webkit-box-shadow: 1px 1px 3px 2px #b8760e; box-shadow: 1px 1px 3px 2px #b8760e;">
Div content here</div>
This div box has shadow with color #b8760e
Comments
No comments written yet.
Please login to write comment.