Color spaces of #b5828e
RGB | 181 | 130 | 142 |
---|---|---|---|
HSL | 0.96 | 0.26 | 0.61 |
HSV | 346° | 28° | 71° |
CMYK | 0.00 | 0.28 | 0.22 0.29 |
XYZ | 31.9212 | 27.7420 | 29.2635 |
Yxy | 27.7420 | 0.3590 | 0.3120 |
Hunter Lab | 52.6707 | 16.0067 | 3.9283 |
CIE-Lab | 59.6549 | 21.4509 | 1.3715 |
#b5828e color RGB value is (181,130,142).
#b5828e hex color red value is 181, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b5828e hue: 0.96 , saturation: 0.26 and the lightness value of b5828e is 0.61.
The process color (four color CMYK) of #b5828e color hex is 0.00, 0.28, 0.22, 0.29. Web safe color of #b5828e is #cc9999. Color #b5828e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10000010 | 10001110 |
Octal | 265 | 202 | 216 |
Decimal | 181 | 130 | 142 |
Hex | B5 | 82 | 8E |
Shades of #b5828e
Tints of #b5828e
RGB Percentages of Color #b5828e
CMYK Percentages of Color #b5828e
Complementary Color
#b5828e | #82b5a9 |
#b5828e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5828e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5828e Color CSS Codes
.mybgcolor {background-color:#b5828e; } .myforecolor {color:#b5828e; } .mybordercolor {border:3px solid #b5828e; }
#b5828e Text Font Color
<p style="color:#b5828e">Text here</p>
This sample text font color is #b5828e
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.
#b5828e Background Color
<div style="background-color:#b5828e">
Div content here</div>
This div background color is #b5828e
#b5828e Border Color
<div style="border:3px solid #b5828e">
Div here</div>
This div border color is #b5828e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,130,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5828e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5828e; -webkit-box-shadow: 1px 1px 3px 2px #b5828e; box-shadow: 1px 1px 3px 2px #b5828e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,130,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5828e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5828e; -webkit-box-shadow: 1px 1px 3px 2px #b5828e; box-shadow: 1px 1px 3px 2px #b5828e;">
Div content here</div>
This div box has shadow with color #b5828e
Comments
No comments written yet.
Please login to write comment.