Shades of Shady Lady #B191A2
Tints of Shady Lady #B191A2
RGB
CMYK
RGB Variations
Color information
#B191A2 (or 0xB191A2) is known color: Shady Lady. HEX triplet: B1, 91 and A2. RGB value is (177,145,162). Sum of RGB (Red+Green+Blue) = 177+145+162=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B191A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B191A2 is #4E6E5D. Grayscale: #9C9C9C. Windows color (decimal): -5140062 or 10654129. OLE color: 10654129.
HSL color Cylindrical-coordinate representation of color #B191A2: hue angle of 328.12º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B191A2 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 162 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.31 |
| HSL | 328.13º | 0.17% | 0.63% | - |
| HSV(B) | 328.13º | 0.18% | 0.69% | - |
| XYZ | 34.78 | 32.21 | 38.57 | - |
| YUV | 156.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 162 | 0 | 0.18 | 0.08 | 0.31 | 328.13 | 0.17 | 0.63 |
| Hex | B1 | 91 | A2 | 0 | 12 | 8 | 1F | 148 | 11 | 3F |
| Octal | 261 | 221 | 242 | 0 | 22 | 10 | 37 | 510 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10100010 | 0 | 10010 | 1000 | 11111 | 101001000 | 10001 | 111111 |
Color Harmonies of #B191A2
Complementary color
Monochromatic Colors of #B191A2
Black with #B191A2
Text Example
Text Example
White with #B191A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191A2; }
p { color: rgb(177,145,162); }
H1.HeaderClassName
{
color: #B191A2;
}
.AnyTagClassName
{
color: #B191A2;
}
</style>
background-color css
<style>
a { background-color: #B191A2; }
a { background-color: rgb(177,145,162); }
div.DivClassName
{
background-color: #B191A2;
}
.BgClassName
{
background-color: #B191A2;
}
</style>
border-color css
<style>
span { border-color: #B191A2; }
span { border-color: rgb(177,145,162); }
td.TdClassName
{
border-color: #B191A2;
}
.TagClassName
{
border-color: #B191A2;
}
</style>