Shades of Shady Lady #B592A3
Tints of Shady Lady #B592A3
RGB
CMYK
RGB Variations
Color information
#B592A3 (or 0xB592A3) is known color: Shady Lady. HEX triplet: B5, 92 and A3. RGB value is (181,146,163). Sum of RGB (Red+Green+Blue) = 181+146+163=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B592A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592A3 is #4A6D5C. Grayscale: #9E9E9E. Windows color (decimal): -4877661 or 10719925. OLE color: 10719925.
HSL color Cylindrical-coordinate representation of color #B592A3: hue angle of 330.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B592A3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 163 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.29 |
| HSL | 330.86º | 0.19% | 0.64% | - |
| HSV(B) | 330.86º | 0.19% | 0.71% | - |
| XYZ | 35.95 | 33.03 | 39.13 | - |
| YUV | 158.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 163 | 0 | 0.19 | 0.10 | 0.29 | 330.86 | 0.19 | 0.64 |
| Hex | B5 | 92 | A3 | 0 | 13 | A | 1D | 14B | 13 | 40 |
| Octal | 265 | 222 | 243 | 0 | 23 | 12 | 35 | 513 | 23 | 100 |
| Binary | 10110101 | 10010010 | 10100011 | 0 | 10011 | 1010 | 11101 | 101001011 | 10011 | 1000000 |
Color Harmonies of #B592A3
Complementary color
Monochromatic Colors of #B592A3
Black with #B592A3
Text Example
Text Example
White with #B592A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B592A3; }
p { color: rgb(181,146,163); }
H1.HeaderClassName
{
color: #B592A3;
}
.AnyTagClassName
{
color: #B592A3;
}
</style>
background-color css
<style>
a { background-color: #B592A3; }
a { background-color: rgb(181,146,163); }
div.DivClassName
{
background-color: #B592A3;
}
.BgClassName
{
background-color: #B592A3;
}
</style>
border-color css
<style>
span { border-color: #B592A3; }
span { border-color: rgb(181,146,163); }
td.TdClassName
{
border-color: #B592A3;
}
.TagClassName
{
border-color: #B592A3;
}
</style>