Color spaces of #b0992b
RGB | 176 | 153 | 43 |
---|---|---|---|
HSL | 0.14 | 0.61 | 0.43 |
HSV | 50° | 76° | 69° |
CMYK | 0.00 | 0.13 | 0.76 0.31 |
XYZ | 29.7318 | 32.1870 | 6.9312 |
Yxy | 32.1870 | 0.4318 | 0.4675 |
Hunter Lab | 56.7336 | -5.7391 | 32.4700 |
CIE-Lab | 63.4971 | -3.2452 | 57.2071 |
#b0992b color RGB value is (176,153,43).
#b0992b hex color red value is 176, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b0992b hue: 0.14 , saturation: 0.61 and the lightness value of b0992b is 0.43.
The process color (four color CMYK) of #b0992b color hex is 0.00, 0.13, 0.76, 0.31. Web safe color of #b0992b is #999933. Color #b0992b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10011001 | 00101011 |
Octal | 260 | 231 | 53 |
Decimal | 176 | 153 | 43 |
Hex | B0 | 99 | 2B |
Shades of #b0992b
Tints of #b0992b
RGB Percentages of Color #b0992b
CMYK Percentages of Color #b0992b
Complementary Color
#b0992b | #2b42b0 |
#b0992b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0992b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0992b Color CSS Codes
.mybgcolor {background-color:#b0992b; } .myforecolor {color:#b0992b; } .mybordercolor {border:3px solid #b0992b; }
#b0992b Text Font Color
<p style="color:#b0992b">Text here</p>
This sample text font color is #b0992b
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.
#b0992b Background Color
<div style="background-color:#b0992b">
Div content here</div>
This div background color is #b0992b
#b0992b Border Color
<div style="border:3px solid #b0992b">
Div here</div>
This div border color is #b0992b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,153,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0992b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0992b; -webkit-box-shadow: 1px 1px 3px 2px #b0992b; box-shadow: 1px 1px 3px 2px #b0992b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,153,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 #b0992b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0992b; -webkit-box-shadow: 1px 1px 3px 2px #b0992b; box-shadow: 1px 1px 3px 2px #b0992b;">
Div content here</div>
This div box has shadow with color #b0992b
Comments
No comments written yet.
Please login to write comment.