Shades of Shady Lady #B390A0
Tints of Shady Lady #B390A0
RGB
CMYK
RGB Variations
Color information
#B390A0 (or 0xB390A0) is known color: Shady Lady. HEX triplet: B3, 90 and A0. RGB value is (179,144,160). Sum of RGB (Red+Green+Blue) = 179+144+160=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A0 is #4C6F5F. Grayscale: #9C9C9C. Windows color (decimal): -5009248 or 10522803. OLE color: 10522803.
HSL color Cylindrical-coordinate representation of color #B390A0: hue angle of 332.57º 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 #B390A0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 160 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.30 |
| HSL | 332.57º | 0.19% | 0.63% | - |
| HSV(B) | 332.57º | 0.2% | 0.7% | - |
| XYZ | 34.91 | 32.07 | 37.61 | - |
| YUV | 156.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 160 | 0 | 0.20 | 0.11 | 0.30 | 332.57 | 0.19 | 0.63 |
| Hex | B3 | 90 | A0 | 0 | 14 | B | 1E | 14D | 13 | 3F |
| Octal | 263 | 220 | 240 | 0 | 24 | 13 | 36 | 515 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10100000 | 0 | 10100 | 1011 | 11110 | 101001101 | 10011 | 111111 |
Color Harmonies of #B390A0
Complementary color
Monochromatic Colors of #B390A0
Black with #B390A0
Text Example
Text Example
White with #B390A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390A0; }
p { color: rgb(179,144,160); }
H1.HeaderClassName
{
color: #B390A0;
}
.AnyTagClassName
{
color: #B390A0;
}
</style>
background-color css
<style>
a { background-color: #B390A0; }
a { background-color: rgb(179,144,160); }
div.DivClassName
{
background-color: #B390A0;
}
.BgClassName
{
background-color: #B390A0;
}
</style>
border-color css
<style>
span { border-color: #B390A0; }
span { border-color: rgb(179,144,160); }
td.TdClassName
{
border-color: #B390A0;
}
.TagClassName
{
border-color: #B390A0;
}
</style>