Color spaces of #bb6d2b
RGB | 187 | 109 | 43 |
---|---|---|---|
HSL | 0.08 | 0.63 | 0.45 |
HSV | 28° | 77° | 73° |
CMYK | 0.00 | 0.42 | 0.77 0.27 |
XYZ | 26.3982 | 21.6765 | 5.0781 |
Yxy | 21.6765 | 0.4966 | 0.4078 |
Hunter Lab | 46.5580 | 19.7322 | 26.1238 |
CIE-Lab | 53.6821 | 25.8698 | 48.1507 |
#bb6d2b color RGB value is (187,109,43).
#bb6d2b hex color red value is 187, green value is 109 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bb6d2b hue: 0.08 , saturation: 0.63 and the lightness value of bb6d2b is 0.45.
The process color (four color CMYK) of #bb6d2b color hex is 0.00, 0.42, 0.77, 0.27. Web safe color of #bb6d2b is #cc6633. Color #bb6d2b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01101101 | 00101011 |
Octal | 273 | 155 | 53 |
Decimal | 187 | 109 | 43 |
Hex | BB | 6D | 2B |
Shades of #bb6d2b
Tints of #bb6d2b
RGB Percentages of Color #bb6d2b
CMYK Percentages of Color #bb6d2b
Complementary Color
#bb6d2b | #2b79bb |
#bb6d2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb6d2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb6d2b Color CSS Codes
.mybgcolor {background-color:#bb6d2b; } .myforecolor {color:#bb6d2b; } .mybordercolor {border:3px solid #bb6d2b; }
#bb6d2b Text Font Color
<p style="color:#bb6d2b">Text here</p>
This sample text font color is #bb6d2b
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.
#bb6d2b Background Color
<div style="background-color:#bb6d2b">
Div content here</div>
This div background color is #bb6d2b
#bb6d2b Border Color
<div style="border:3px solid #bb6d2b">
Div here</div>
This div border color is #bb6d2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,109,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb6d2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb6d2b; -webkit-box-shadow: 1px 1px 3px 2px #bb6d2b; box-shadow: 1px 1px 3px 2px #bb6d2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,109,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb6d2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb6d2b; -webkit-box-shadow: 1px 1px 3px 2px #bb6d2b; box-shadow: 1px 1px 3px 2px #bb6d2b;">
Div content here</div>
This div box has shadow with color #bb6d2b
Comments
No comments written yet.
Please login to write comment.