Shades of Shady Lady #B09BA4
Tints of Shady Lady #B09BA4
RGB
CMYK
RGB Variations
Color information
#B09BA4 (or 0xB09BA4) is known color: Shady Lady. HEX triplet: B0, 9B and A4. RGB value is (176,155,164). Sum of RGB (Red+Green+Blue) = 176+155+164=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA4 is #4F645B. Grayscale: #A2A2A2. Windows color (decimal): -5203036 or 10787760. OLE color: 10787760.
HSL color Cylindrical-coordinate representation of color #B09BA4: hue angle of 334.29º 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 #B09BA4 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 164 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.31 |
| HSL | 334.29º | 0.12% | 0.65% | - |
| HSV(B) | 334.29º | 0.12% | 0.69% | - |
| XYZ | 36.33 | 35.35 | 40.03 | - |
| YUV | 162.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 164 | 0 | 0.12 | 0.07 | 0.31 | 334.29 | 0.12 | 0.65 |
| Hex | B0 | 9B | A4 | 0 | C | 7 | 1F | 14E | C | 41 |
| Octal | 260 | 233 | 244 | 0 | 14 | 7 | 37 | 516 | 14 | 101 |
| Binary | 10110000 | 10011011 | 10100100 | 0 | 1100 | 111 | 11111 | 101001110 | 1100 | 1000001 |
Color Harmonies of #B09BA4
Complementary color
Monochromatic Colors of #B09BA4
Black with #B09BA4
Text Example
Text Example
White with #B09BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BA4; }
p { color: rgb(176,155,164); }
H1.HeaderClassName
{
color: #B09BA4;
}
.AnyTagClassName
{
color: #B09BA4;
}
</style>
background-color css
<style>
a { background-color: #B09BA4; }
a { background-color: rgb(176,155,164); }
div.DivClassName
{
background-color: #B09BA4;
}
.BgClassName
{
background-color: #B09BA4;
}
</style>
border-color css
<style>
span { border-color: #B09BA4; }
span { border-color: rgb(176,155,164); }
td.TdClassName
{
border-color: #B09BA4;
}
.TagClassName
{
border-color: #B09BA4;
}
</style>