Shades of Shady Lady #B192A2
Tints of Shady Lady #B192A2
RGB
CMYK
RGB Variations
Color information
#B192A2 (or 0xB192A2) is known color: Shady Lady. HEX triplet: B1, 92 and A2. RGB value is (177,146,162). Sum of RGB (Red+Green+Blue) = 177+146+162=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B192A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192A2 is #4E6D5D. Grayscale: #9D9D9D. Windows color (decimal): -5139806 or 10654385. OLE color: 10654385.
HSL color Cylindrical-coordinate representation of color #B192A2: hue angle of 329.03º 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 #B192A2 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 162 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.31 |
| HSL | 329.03º | 0.17% | 0.63% | - |
| HSV(B) | 329.03º | 0.18% | 0.69% | - |
| XYZ | 34.93 | 32.51 | 38.62 | - |
| YUV | 157.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 162 | 0 | 0.18 | 0.08 | 0.31 | 329.03 | 0.17 | 0.63 |
| Hex | B1 | 92 | A2 | 0 | 12 | 8 | 1F | 149 | 11 | 3F |
| Octal | 261 | 222 | 242 | 0 | 22 | 10 | 37 | 511 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10100010 | 0 | 10010 | 1000 | 11111 | 101001001 | 10001 | 111111 |
Color Harmonies of #B192A2
Complementary color
Monochromatic Colors of #B192A2
Black with #B192A2
Text Example
Text Example
White with #B192A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192A2; }
p { color: rgb(177,146,162); }
H1.HeaderClassName
{
color: #B192A2;
}
.AnyTagClassName
{
color: #B192A2;
}
</style>
background-color css
<style>
a { background-color: #B192A2; }
a { background-color: rgb(177,146,162); }
div.DivClassName
{
background-color: #B192A2;
}
.BgClassName
{
background-color: #B192A2;
}
</style>
border-color css
<style>
span { border-color: #B192A2; }
span { border-color: rgb(177,146,162); }
td.TdClassName
{
border-color: #B192A2;
}
.TagClassName
{
border-color: #B192A2;
}
</style>