Shades of Shady Lady #B090A1
Tints of Shady Lady #B090A1
RGB
CMYK
RGB Variations
Color information
#B090A1 (or 0xB090A1) is known color: Shady Lady. HEX triplet: B0, 90 and A1. RGB value is (176,144,161). Sum of RGB (Red+Green+Blue) = 176+144+161=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B090A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090A1 is #4F6F5E. Grayscale: #9B9B9B. Windows color (decimal): -5205855 or 10588336. OLE color: 10588336.
HSL color Cylindrical-coordinate representation of color #B090A1: hue angle of 328.12º degrees, saturation: 0.17, 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 #B090A1 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 161 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.31 |
| HSL | 328.13º | 0.17% | 0.63% | - |
| HSV(B) | 328.13º | 0.18% | 0.69% | - |
| XYZ | 34.31 | 31.75 | 38.04 | - |
| YUV | 155.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 161 | 0 | 0.18 | 0.09 | 0.31 | 328.13 | 0.17 | 0.63 |
| Hex | B0 | 90 | A1 | 0 | 12 | 9 | 1F | 148 | 11 | 3F |
| Octal | 260 | 220 | 241 | 0 | 22 | 11 | 37 | 510 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10100001 | 0 | 10010 | 1001 | 11111 | 101001000 | 10001 | 111111 |
Color Harmonies of #B090A1
Complementary color
Monochromatic Colors of #B090A1
Black with #B090A1
Text Example
Text Example
White with #B090A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090A1; }
p { color: rgb(176,144,161); }
H1.HeaderClassName
{
color: #B090A1;
}
.AnyTagClassName
{
color: #B090A1;
}
</style>
background-color css
<style>
a { background-color: #B090A1; }
a { background-color: rgb(176,144,161); }
div.DivClassName
{
background-color: #B090A1;
}
.BgClassName
{
background-color: #B090A1;
}
</style>
border-color css
<style>
span { border-color: #B090A1; }
span { border-color: rgb(176,144,161); }
td.TdClassName
{
border-color: #B090A1;
}
.TagClassName
{
border-color: #B090A1;
}
</style>