Shades of Shady Lady #B19FA5
Tints of Shady Lady #B19FA5
RGB
CMYK
RGB Variations
Color information
#B19FA5 (or 0xB19FA5) is known color: Shady Lady. HEX triplet: B1, 9F and A5. RGB value is (177,159,165). Sum of RGB (Red+Green+Blue) = 177+159+165=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA5 is #4E605A. Grayscale: #A5A5A5. Windows color (decimal): -5136475 or 10854321. OLE color: 10854321.
HSL color Cylindrical-coordinate representation of color #B19FA5: hue angle of 340º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FA5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 165 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.31 |
| HSL | 340º | 0.1% | 0.66% | - |
| HSV(B) | 340º | 0.1% | 0.69% | - |
| XYZ | 37.32 | 36.86 | 40.74 | - |
| YUV | 165.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 165 | 0 | 0.10 | 0.07 | 0.31 | 340 | 0.1 | 0.66 |
| Hex | B1 | 9F | A5 | 0 | A | 7 | 1F | 154 | A | 42 |
| Octal | 261 | 237 | 245 | 0 | 12 | 7 | 37 | 524 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10100101 | 0 | 1010 | 111 | 11111 | 101010100 | 1010 | 1000010 |
Color Harmonies of #B19FA5
Complementary color
Monochromatic Colors of #B19FA5
Black with #B19FA5
Text Example
Text Example
White with #B19FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FA5; }
p { color: rgb(177,159,165); }
H1.HeaderClassName
{
color: #B19FA5;
}
.AnyTagClassName
{
color: #B19FA5;
}
</style>
background-color css
<style>
a { background-color: #B19FA5; }
a { background-color: rgb(177,159,165); }
div.DivClassName
{
background-color: #B19FA5;
}
.BgClassName
{
background-color: #B19FA5;
}
</style>
border-color css
<style>
span { border-color: #B19FA5; }
span { border-color: rgb(177,159,165); }
td.TdClassName
{
border-color: #B19FA5;
}
.TagClassName
{
border-color: #B19FA5;
}
</style>