Shades of Shady Lady #B09BA7
Tints of Shady Lady #B09BA7
RGB
CMYK
RGB Variations
Color information
#B09BA7 (or 0xB09BA7) is known color: Shady Lady. HEX triplet: B0, 9B and A7. RGB value is (176,155,167). Sum of RGB (Red+Green+Blue) = 176+155+167=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA7 is #4F6458. Grayscale: #A2A2A2. Windows color (decimal): -5203033 or 10984368. OLE color: 10984368.
HSL color Cylindrical-coordinate representation of color #B09BA7: hue angle of 325.71º 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 #B09BA7 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 167 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.31 |
| HSL | 325.71º | 0.12% | 0.65% | - |
| HSV(B) | 325.71º | 0.12% | 0.69% | - |
| XYZ | 36.6 | 35.46 | 41.48 | - |
| YUV | 162.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 167 | 0 | 0.12 | 0.05 | 0.31 | 325.71 | 0.12 | 0.65 |
| Hex | B0 | 9B | A7 | 0 | C | 5 | 1F | 146 | C | 41 |
| Octal | 260 | 233 | 247 | 0 | 14 | 5 | 37 | 506 | 14 | 101 |
| Binary | 10110000 | 10011011 | 10100111 | 0 | 1100 | 101 | 11111 | 101000110 | 1100 | 1000001 |
Color Harmonies of #B09BA7
Complementary color
Monochromatic Colors of #B09BA7
Black with #B09BA7
Text Example
Text Example
White with #B09BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BA7; }
p { color: rgb(176,155,167); }
H1.HeaderClassName
{
color: #B09BA7;
}
.AnyTagClassName
{
color: #B09BA7;
}
</style>
background-color css
<style>
a { background-color: #B09BA7; }
a { background-color: rgb(176,155,167); }
div.DivClassName
{
background-color: #B09BA7;
}
.BgClassName
{
background-color: #B09BA7;
}
</style>
border-color css
<style>
span { border-color: #B09BA7; }
span { border-color: rgb(176,155,167); }
td.TdClassName
{
border-color: #B09BA7;
}
.TagClassName
{
border-color: #B09BA7;
}
</style>