Shades of Shady Lady #B491A3
Tints of Shady Lady #B491A3
RGB
CMYK
RGB Variations
Color information
#B491A3 (or 0xB491A3) is known color: Shady Lady. HEX triplet: B4, 91 and A3. RGB value is (180,145,163). Sum of RGB (Red+Green+Blue) = 180+145+163=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B491A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491A3 is #4B6E5C. Grayscale: #9D9D9D. Windows color (decimal): -4943453 or 10719668. OLE color: 10719668.
HSL color Cylindrical-coordinate representation of color #B491A3: hue angle of 329.14º 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 #B491A3 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 163 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.29 |
| HSL | 329.14º | 0.19% | 0.64% | - |
| HSV(B) | 329.14º | 0.19% | 0.71% | - |
| XYZ | 35.56 | 32.6 | 39.07 | - |
| YUV | 157.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 163 | 0 | 0.19 | 0.09 | 0.29 | 329.14 | 0.19 | 0.64 |
| Hex | B4 | 91 | A3 | 0 | 13 | 9 | 1D | 149 | 13 | 40 |
| Octal | 264 | 221 | 243 | 0 | 23 | 11 | 35 | 511 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10100011 | 0 | 10011 | 1001 | 11101 | 101001001 | 10011 | 1000000 |
Color Harmonies of #B491A3
Complementary color
Monochromatic Colors of #B491A3
Black with #B491A3
Text Example
Text Example
White with #B491A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491A3; }
p { color: rgb(180,145,163); }
H1.HeaderClassName
{
color: #B491A3;
}
.AnyTagClassName
{
color: #B491A3;
}
</style>
background-color css
<style>
a { background-color: #B491A3; }
a { background-color: rgb(180,145,163); }
div.DivClassName
{
background-color: #B491A3;
}
.BgClassName
{
background-color: #B491A3;
}
</style>
border-color css
<style>
span { border-color: #B491A3; }
span { border-color: rgb(180,145,163); }
td.TdClassName
{
border-color: #B491A3;
}
.TagClassName
{
border-color: #B491A3;
}
</style>