Color spaces of #b78892
RGB | 183 | 136 | 146 |
---|---|---|---|
HSL | 0.96 | 0.25 | 0.63 |
HSV | 347° | 26° | 72° |
CMYK | 0.00 | 0.26 | 0.20 0.28 |
XYZ | 33.5209 | 29.7509 | 31.1699 |
Yxy | 29.7509 | 0.3549 | 0.3150 |
Hunter Lab | 54.5444 | 14.2466 | 4.2992 |
CIE-Lab | 61.4387 | 19.4736 | 1.7029 |
#b78892 color RGB value is (183,136,146).
#b78892 hex color red value is 183, green value is 136 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b78892 hue: 0.96 , saturation: 0.25 and the lightness value of b78892 is 0.63.
The process color (four color CMYK) of #b78892 color hex is 0.00, 0.26, 0.20, 0.28. Web safe color of #b78892 is #cc9999. Color #b78892 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10001000 | 10010010 |
Octal | 267 | 210 | 222 |
Decimal | 183 | 136 | 146 |
Hex | B7 | 88 | 92 |
Shades of #b78892
Tints of #b78892
RGB Percentages of Color #b78892
CMYK Percentages of Color #b78892
Complementary Color
#b78892 | #88b7ad |
#b78892 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b78892 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b78892 Color CSS Codes
.mybgcolor {background-color:#b78892; } .myforecolor {color:#b78892; } .mybordercolor {border:3px solid #b78892; }
#b78892 Text Font Color
<p style="color:#b78892">Text here</p>
This sample text font color is #b78892
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.
#b78892 Background Color
<div style="background-color:#b78892">
Div content here</div>
This div background color is #b78892
#b78892 Border Color
<div style="border:3px solid #b78892">
Div here</div>
This div border color is #b78892
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,136,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b78892; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b78892; -webkit-box-shadow: 1px 1px 3px 2px #b78892; box-shadow: 1px 1px 3px 2px #b78892; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,136,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b78892">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b78892; -webkit-box-shadow: 1px 1px 3px 2px #b78892; box-shadow: 1px 1px 3px 2px #b78892;">
Div content here</div>
This div box has shadow with color #b78892
Comments
No comments written yet.
Please login to write comment.