Shades of Shady Lady #B496A3
Tints of Shady Lady #B496A3
RGB
CMYK
RGB Variations
Color information
#B496A3 (or 0xB496A3) is known color: Shady Lady. HEX triplet: B4, 96 and A3. RGB value is (180,150,163). Sum of RGB (Red+Green+Blue) = 180+150+163=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B496A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B496A3 is #4B695C. Grayscale: #A0A0A0. Windows color (decimal): -4942173 or 10720948. OLE color: 10720948.
HSL color Cylindrical-coordinate representation of color #B496A3: hue angle of 334º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B496A3 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 163 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.29 |
| HSL | 334º | 0.17% | 0.65% | - |
| HSV(B) | 334º | 0.17% | 0.71% | - |
| XYZ | 36.34 | 34.16 | 39.33 | - |
| YUV | 160.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 163 | 0 | 0.17 | 0.09 | 0.29 | 334 | 0.17 | 0.65 |
| Hex | B4 | 96 | A3 | 0 | 11 | 9 | 1D | 14E | 11 | 41 |
| Octal | 264 | 226 | 243 | 0 | 21 | 11 | 35 | 516 | 21 | 101 |
| Binary | 10110100 | 10010110 | 10100011 | 0 | 10001 | 1001 | 11101 | 101001110 | 10001 | 1000001 |
Color Harmonies of #B496A3
Complementary color
Monochromatic Colors of #B496A3
Black with #B496A3
Text Example
Text Example
White with #B496A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B496A3; }
p { color: rgb(180,150,163); }
H1.HeaderClassName
{
color: #B496A3;
}
.AnyTagClassName
{
color: #B496A3;
}
</style>
background-color css
<style>
a { background-color: #B496A3; }
a { background-color: rgb(180,150,163); }
div.DivClassName
{
background-color: #B496A3;
}
.BgClassName
{
background-color: #B496A3;
}
</style>
border-color css
<style>
span { border-color: #B496A3; }
span { border-color: rgb(180,150,163); }
td.TdClassName
{
border-color: #B496A3;
}
.TagClassName
{
border-color: #B496A3;
}
</style>