Color spaces of #b6950f
RGB | 182 | 149 | 15 |
---|---|---|---|
HSL | 0.13 | 0.85 | 0.39 |
HSV | 48° | 92° | 71° |
CMYK | 0.00 | 0.18 | 0.92 0.29 |
XYZ | 30.1251 | 31.4745 | 4.9394 |
Yxy | 31.4745 | 0.4527 | 0.4730 |
Hunter Lab | 56.1021 | -2.3298 | 34.0514 |
CIE-Lab | 62.9062 | 0.7922 | 64.7158 |
#b6950f color RGB value is (182,149,15).
#b6950f hex color red value is 182, green value is 149 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6950f hue: 0.13 , saturation: 0.85 and the lightness value of b6950f is 0.39.
The process color (four color CMYK) of #b6950f color hex is 0.00, 0.18, 0.92, 0.29. Web safe color of #b6950f is #cc9900. Color #b6950f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10010101 | 00001111 |
Octal | 266 | 225 | 17 |
Decimal | 182 | 149 | 15 |
Hex | B6 | 95 | F |
Shades of #b6950f
Tints of #b6950f
RGB Percentages of Color #b6950f
CMYK Percentages of Color #b6950f
Complementary Color
#b6950f | #0f30b6 |
#b6950f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6950f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6950f Color CSS Codes
.mybgcolor {background-color:#b6950f; } .myforecolor {color:#b6950f; } .mybordercolor {border:3px solid #b6950f; }
#b6950f Text Font Color
<p style="color:#b6950f">Text here</p>
This sample text font color is #b6950f
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.
#b6950f Background Color
<div style="background-color:#b6950f">
Div content here</div>
This div background color is #b6950f
#b6950f Border Color
<div style="border:3px solid #b6950f">
Div here</div>
This div border color is #b6950f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,149,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6950f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6950f; -webkit-box-shadow: 1px 1px 3px 2px #b6950f; box-shadow: 1px 1px 3px 2px #b6950f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,149,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6950f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6950f; -webkit-box-shadow: 1px 1px 3px 2px #b6950f; box-shadow: 1px 1px 3px 2px #b6950f;">
Div content here</div>
This div box has shadow with color #b6950f
Comments
No comments written yet.
Please login to write comment.