Color spaces of #bb7715
RGB | 187 | 119 | 21 |
---|---|---|---|
HSL | 0.10 | 0.80 | 0.41 |
HSV | 35° | 89° | 73° |
CMYK | 0.00 | 0.36 | 0.89 0.27 |
XYZ | 27.2257 | 23.8126 | 3.8708 |
Yxy | 23.8126 | 0.4958 | 0.4337 |
Hunter Lab | 48.7982 | 14.1928 | 29.4557 |
CIE-Lab | 55.8997 | 19.6848 | 58.2027 |
#bb7715 color RGB value is (187,119,21).
#bb7715 hex color red value is 187, green value is 119 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bb7715 hue: 0.10 , saturation: 0.80 and the lightness value of bb7715 is 0.41.
The process color (four color CMYK) of #bb7715 color hex is 0.00, 0.36, 0.89, 0.27. Web safe color of #bb7715 is #cc6600. Color #bb7715 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01110111 | 00010101 |
Octal | 273 | 167 | 25 |
Decimal | 187 | 119 | 21 |
Hex | BB | 77 | 15 |
Shades of #bb7715
Tints of #bb7715
RGB Percentages of Color #bb7715
CMYK Percentages of Color #bb7715
Complementary Color
#bb7715 | #1559bb |
#bb7715 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb7715 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb7715 Color CSS Codes
.mybgcolor {background-color:#bb7715; } .myforecolor {color:#bb7715; } .mybordercolor {border:3px solid #bb7715; }
#bb7715 Text Font Color
<p style="color:#bb7715">Text here</p>
This sample text font color is #bb7715
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.
#bb7715 Background Color
<div style="background-color:#bb7715">
Div content here</div>
This div background color is #bb7715
#bb7715 Border Color
<div style="border:3px solid #bb7715">
Div here</div>
This div border color is #bb7715
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,119,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb7715; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb7715; -webkit-box-shadow: 1px 1px 3px 2px #bb7715; box-shadow: 1px 1px 3px 2px #bb7715; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,119,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb7715">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb7715; -webkit-box-shadow: 1px 1px 3px 2px #bb7715; box-shadow: 1px 1px 3px 2px #bb7715;">
Div content here</div>
This div box has shadow with color #bb7715
Comments
No comments written yet.
Please login to write comment.