Shades of Shady Lady #B19BA4
Tints of Shady Lady #B19BA4
RGB
CMYK
RGB Variations
Color information
#B19BA4 (or 0xB19BA4) is known color: Shady Lady. HEX triplet: B1, 9B and A4. RGB value is (177,155,164). Sum of RGB (Red+Green+Blue) = 177+155+164=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BA4 is #4E645B. Grayscale: #A2A2A2. Windows color (decimal): -5137500 or 10787761. OLE color: 10787761.
HSL color Cylindrical-coordinate representation of color #B19BA4: hue angle of 335.45º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19BA4 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 164 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.31 |
| HSL | 335.45º | 0.12% | 0.65% | - |
| HSV(B) | 335.45º | 0.12% | 0.69% | - |
| XYZ | 36.55 | 35.47 | 40.04 | - |
| YUV | 162.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 164 | 0 | 0.12 | 0.07 | 0.31 | 335.45 | 0.12 | 0.65 |
| Hex | B1 | 9B | A4 | 0 | C | 7 | 1F | 14F | C | 41 |
| Octal | 261 | 233 | 244 | 0 | 14 | 7 | 37 | 517 | 14 | 101 |
| Binary | 10110001 | 10011011 | 10100100 | 0 | 1100 | 111 | 11111 | 101001111 | 1100 | 1000001 |
Color Harmonies of #B19BA4
Complementary color
Monochromatic Colors of #B19BA4
Black with #B19BA4
Text Example
Text Example
White with #B19BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BA4; }
p { color: rgb(177,155,164); }
H1.HeaderClassName
{
color: #B19BA4;
}
.AnyTagClassName
{
color: #B19BA4;
}
</style>
background-color css
<style>
a { background-color: #B19BA4; }
a { background-color: rgb(177,155,164); }
div.DivClassName
{
background-color: #B19BA4;
}
.BgClassName
{
background-color: #B19BA4;
}
</style>
border-color css
<style>
span { border-color: #B19BA4; }
span { border-color: rgb(177,155,164); }
td.TdClassName
{
border-color: #B19BA4;
}
.TagClassName
{
border-color: #B19BA4;
}
</style>