Shades of Shady Lady #B091A0
Tints of Shady Lady #B091A0
RGB
CMYK
RGB Variations
Color information
#B091A0 (or 0xB091A0) is known color: Shady Lady. HEX triplet: B0, 91 and A0. RGB value is (176,145,160). Sum of RGB (Red+Green+Blue) = 176+145+160=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B091A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091A0 is #4F6E5F. Grayscale: #9B9B9B. Windows color (decimal): -5205600 or 10523056. OLE color: 10523056.
HSL color Cylindrical-coordinate representation of color #B091A0: hue angle of 330.97º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B091A0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 160 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.31 |
| HSL | 330.97º | 0.16% | 0.63% | - |
| HSV(B) | 330.97º | 0.18% | 0.69% | - |
| XYZ | 34.38 | 32.02 | 37.63 | - |
| YUV | 155.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 160 | 0 | 0.18 | 0.09 | 0.31 | 330.97 | 0.16 | 0.63 |
| Hex | B0 | 91 | A0 | 0 | 12 | 9 | 1F | 14B | 10 | 3F |
| Octal | 260 | 221 | 240 | 0 | 22 | 11 | 37 | 513 | 20 | 77 |
| Binary | 10110000 | 10010001 | 10100000 | 0 | 10010 | 1001 | 11111 | 101001011 | 10000 | 111111 |
Color Harmonies of #B091A0
Complementary color
Monochromatic Colors of #B091A0
Black with #B091A0
Text Example
Text Example
White with #B091A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091A0; }
p { color: rgb(176,145,160); }
H1.HeaderClassName
{
color: #B091A0;
}
.AnyTagClassName
{
color: #B091A0;
}
</style>
background-color css
<style>
a { background-color: #B091A0; }
a { background-color: rgb(176,145,160); }
div.DivClassName
{
background-color: #B091A0;
}
.BgClassName
{
background-color: #B091A0;
}
</style>
border-color css
<style>
span { border-color: #B091A0; }
span { border-color: rgb(176,145,160); }
td.TdClassName
{
border-color: #B091A0;
}
.TagClassName
{
border-color: #B091A0;
}
</style>