Color spaces of #b76458
RGB | 183 | 100 | 88 |
---|---|---|---|
HSL | 0.02 | 0.40 | 0.53 |
HSV | 8° | 52° | 72° |
CMYK | 0.00 | 0.45 | 0.52 0.28 |
XYZ | 25.8471 | 19.8862 | 11.7087 |
Yxy | 19.8862 | 0.4500 | 0.3462 |
Hunter Lab | 44.5939 | 25.4210 | 15.6484 |
CIE-Lab | 51.7083 | 32.0913 | 21.6314 |
#b76458 color RGB value is (183,100,88).
#b76458 hex color red value is 183, green value is 100 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b76458 hue: 0.02 , saturation: 0.40 and the lightness value of b76458 is 0.53.
The process color (four color CMYK) of #b76458 color hex is 0.00, 0.45, 0.52, 0.28. Web safe color of #b76458 is #cc6666. Color #b76458 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01100100 | 01011000 |
Octal | 267 | 144 | 130 |
Decimal | 183 | 100 | 88 |
Hex | B7 | 64 | 58 |
Shades of #b76458
Tints of #b76458
RGB Percentages of Color #b76458
CMYK Percentages of Color #b76458
Complementary Color
#b76458 | #58abb7 |
#b76458 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b76458 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b76458 Color CSS Codes
.mybgcolor {background-color:#b76458; } .myforecolor {color:#b76458; } .mybordercolor {border:3px solid #b76458; }
#b76458 Text Font Color
<p style="color:#b76458">Text here</p>
This sample text font color is #b76458
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.
#b76458 Background Color
<div style="background-color:#b76458">
Div content here</div>
This div background color is #b76458
#b76458 Border Color
<div style="border:3px solid #b76458">
Div here</div>
This div border color is #b76458
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,100,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b76458; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b76458; -webkit-box-shadow: 1px 1px 3px 2px #b76458; box-shadow: 1px 1px 3px 2px #b76458; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,100,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b76458">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b76458; -webkit-box-shadow: 1px 1px 3px 2px #b76458; box-shadow: 1px 1px 3px 2px #b76458;">
Div content here</div>
This div box has shadow with color #b76458
Comments
No comments written yet.
Please login to write comment.