Color spaces of #b7914a
RGB | 183 | 145 | 74 |
---|---|---|---|
HSL | 0.11 | 0.43 | 0.50 |
HSV | 39° | 60° | 72° |
CMYK | 0.00 | 0.21 | 0.60 0.28 |
XYZ | 30.8899 | 30.8125 | 10.7979 |
Yxy | 30.8125 | 0.4261 | 0.4250 |
Hunter Lab | 55.5090 | 2.1917 | 27.3229 |
CIE-Lab | 62.3490 | 6.0545 | 42.5104 |
#b7914a color RGB value is (183,145,74).
#b7914a hex color red value is 183, green value is 145 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b7914a hue: 0.11 , saturation: 0.43 and the lightness value of b7914a is 0.50.
The process color (four color CMYK) of #b7914a color hex is 0.00, 0.21, 0.60, 0.28. Web safe color of #b7914a is #cc9933. Color #b7914a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10010001 | 01001010 |
Octal | 267 | 221 | 112 |
Decimal | 183 | 145 | 74 |
Hex | B7 | 91 | 4A |
Shades of #b7914a
Tints of #b7914a
RGB Percentages of Color #b7914a
CMYK Percentages of Color #b7914a
Complementary Color
#b7914a | #4a70b7 |
#b7914a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7914a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7914a Color CSS Codes
.mybgcolor {background-color:#b7914a; } .myforecolor {color:#b7914a; } .mybordercolor {border:3px solid #b7914a; }
#b7914a Text Font Color
<p style="color:#b7914a">Text here</p>
This sample text font color is #b7914a
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.
#b7914a Background Color
<div style="background-color:#b7914a">
Div content here</div>
This div background color is #b7914a
#b7914a Border Color
<div style="border:3px solid #b7914a">
Div here</div>
This div border color is #b7914a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,145,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7914a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7914a; -webkit-box-shadow: 1px 1px 3px 2px #b7914a; box-shadow: 1px 1px 3px 2px #b7914a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,145,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b7914a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7914a; -webkit-box-shadow: 1px 1px 3px 2px #b7914a; box-shadow: 1px 1px 3px 2px #b7914a;">
Div content here</div>
This div box has shadow with color #b7914a
Comments
No comments written yet.
Please login to write comment.