Color spaces of #b57676
RGB | 181 | 118 | 118 |
---|---|---|---|
HSL | 0.00 | 0.30 | 0.59 |
HSV | 0° | 35° | 71° |
CMYK | 0.00 | 0.35 | 0.35 0.29 |
XYZ | 28.8045 | 24.0886 | 20.2709 |
Yxy | 24.0886 | 0.3937 | 0.3292 |
Hunter Lab | 49.0801 | 18.8691 | 9.8684 |
CIE-Lab | 56.1764 | 24.7438 | 10.2417 |
#b57676 color RGB value is (181,118,118).
#b57676 hex color red value is 181, green value is 118 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b57676 hue: 0.00 , saturation: 0.30 and the lightness value of b57676 is 0.59.
The process color (four color CMYK) of #b57676 color hex is 0.00, 0.35, 0.35, 0.29. Web safe color of #b57676 is #cc6666. Color #b57676 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01110110 | 01110110 |
Octal | 265 | 166 | 166 |
Decimal | 181 | 118 | 118 |
Hex | B5 | 76 | 76 |
Shades of #b57676
Tints of #b57676
RGB Percentages of Color #b57676
CMYK Percentages of Color #b57676
Complementary Color
#b57676 | #76b5b5 |
#b57676 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b57676 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b57676 Color CSS Codes
.mybgcolor {background-color:#b57676; } .myforecolor {color:#b57676; } .mybordercolor {border:3px solid #b57676; }
#b57676 Text Font Color
<p style="color:#b57676">Text here</p>
This sample text font color is #b57676
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.
#b57676 Background Color
<div style="background-color:#b57676">
Div content here</div>
This div background color is #b57676
#b57676 Border Color
<div style="border:3px solid #b57676">
Div here</div>
This div border color is #b57676
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,118,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b57676; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b57676; -webkit-box-shadow: 1px 1px 3px 2px #b57676; box-shadow: 1px 1px 3px 2px #b57676; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,118,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b57676">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b57676; -webkit-box-shadow: 1px 1px 3px 2px #b57676; box-shadow: 1px 1px 3px 2px #b57676;">
Div content here</div>
This div box has shadow with color #b57676
#b57676 Color Palettes
Comments
No comments written yet.
Please login to write comment.