Shades of Shady Lady #B092A4
Tints of Shady Lady #B092A4
RGB
CMYK
RGB Variations
Color information
#B092A4 (or 0xB092A4) is known color: Shady Lady. HEX triplet: B0, 92 and A4. RGB value is (176,146,164). Sum of RGB (Red+Green+Blue) = 176+146+164=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B092A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092A4 is #4F6D5B. Grayscale: #9C9C9C. Windows color (decimal): -5205340 or 10785456. OLE color: 10785456.
HSL color Cylindrical-coordinate representation of color #B092A4: hue angle of 324º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B092A4 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 164 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.31 |
| HSL | 324º | 0.16% | 0.63% | - |
| HSV(B) | 324º | 0.17% | 0.69% | - |
| XYZ | 34.88 | 32.47 | 39.55 | - |
| YUV | 157.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 164 | 0 | 0.17 | 0.07 | 0.31 | 324 | 0.16 | 0.63 |
| Hex | B0 | 92 | A4 | 0 | 11 | 7 | 1F | 144 | 10 | 3F |
| Octal | 260 | 222 | 244 | 0 | 21 | 7 | 37 | 504 | 20 | 77 |
| Binary | 10110000 | 10010010 | 10100100 | 0 | 10001 | 111 | 11111 | 101000100 | 10000 | 111111 |
Color Harmonies of #B092A4
Complementary color
Monochromatic Colors of #B092A4
Black with #B092A4
Text Example
Text Example
White with #B092A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092A4; }
p { color: rgb(176,146,164); }
H1.HeaderClassName
{
color: #B092A4;
}
.AnyTagClassName
{
color: #B092A4;
}
</style>
background-color css
<style>
a { background-color: #B092A4; }
a { background-color: rgb(176,146,164); }
div.DivClassName
{
background-color: #B092A4;
}
.BgClassName
{
background-color: #B092A4;
}
</style>
border-color css
<style>
span { border-color: #B092A4; }
span { border-color: rgb(176,146,164); }
td.TdClassName
{
border-color: #B092A4;
}
.TagClassName
{
border-color: #B092A4;
}
</style>