Shades of Shady Lady #B390A1
Tints of Shady Lady #B390A1
RGB
CMYK
RGB Variations
Color information
#B390A1 (or 0xB390A1) is known color: Shady Lady. HEX triplet: B3, 90 and A1. RGB value is (179,144,161). Sum of RGB (Red+Green+Blue) = 179+144+161=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A1 is #4C6F5E. Grayscale: #9C9C9C. Windows color (decimal): -5009247 or 10588339. OLE color: 10588339.
HSL color Cylindrical-coordinate representation of color #B390A1: hue angle of 330.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B390A1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 161 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.30 |
| HSL | 330.86º | 0.19% | 0.63% | - |
| HSV(B) | 330.86º | 0.2% | 0.7% | - |
| XYZ | 35 | 32.1 | 38.07 | - |
| YUV | 156.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 161 | 0 | 0.20 | 0.10 | 0.30 | 330.86 | 0.19 | 0.63 |
| Hex | B3 | 90 | A1 | 0 | 14 | A | 1E | 14B | 13 | 3F |
| Octal | 263 | 220 | 241 | 0 | 24 | 12 | 36 | 513 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10100001 | 0 | 10100 | 1010 | 11110 | 101001011 | 10011 | 111111 |
Color Harmonies of #B390A1
Complementary color
Monochromatic Colors of #B390A1
Black with #B390A1
Text Example
Text Example
White with #B390A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390A1; }
p { color: rgb(179,144,161); }
H1.HeaderClassName
{
color: #B390A1;
}
.AnyTagClassName
{
color: #B390A1;
}
</style>
background-color css
<style>
a { background-color: #B390A1; }
a { background-color: rgb(179,144,161); }
div.DivClassName
{
background-color: #B390A1;
}
.BgClassName
{
background-color: #B390A1;
}
</style>
border-color css
<style>
span { border-color: #B390A1; }
span { border-color: rgb(179,144,161); }
td.TdClassName
{
border-color: #B390A1;
}
.TagClassName
{
border-color: #B390A1;
}
</style>