Shades of Shady Lady #B09BA3
Tints of Shady Lady #B09BA3
RGB
CMYK
RGB Variations
Color information
#B09BA3 (or 0xB09BA3) is known color: Shady Lady. HEX triplet: B0, 9B and A3. RGB value is (176,155,163). Sum of RGB (Red+Green+Blue) = 176+155+163=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA3 is #4F645C. Grayscale: #A2A2A2. Windows color (decimal): -5203037 or 10722224. OLE color: 10722224.
HSL color Cylindrical-coordinate representation of color #B09BA3: hue angle of 337.14º 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 #B09BA3 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 163 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.31 |
| HSL | 337.14º | 0.12% | 0.65% | - |
| HSV(B) | 337.14º | 0.12% | 0.69% | - |
| XYZ | 36.24 | 35.32 | 39.56 | - |
| YUV | 162.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 163 | 0 | 0.12 | 0.07 | 0.31 | 337.14 | 0.12 | 0.65 |
| Hex | B0 | 9B | A3 | 0 | C | 7 | 1F | 151 | C | 41 |
| Octal | 260 | 233 | 243 | 0 | 14 | 7 | 37 | 521 | 14 | 101 |
| Binary | 10110000 | 10011011 | 10100011 | 0 | 1100 | 111 | 11111 | 101010001 | 1100 | 1000001 |
Color Harmonies of #B09BA3
Complementary color
Monochromatic Colors of #B09BA3
Black with #B09BA3
Text Example
Text Example
White with #B09BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BA3; }
p { color: rgb(176,155,163); }
H1.HeaderClassName
{
color: #B09BA3;
}
.AnyTagClassName
{
color: #B09BA3;
}
</style>
background-color css
<style>
a { background-color: #B09BA3; }
a { background-color: rgb(176,155,163); }
div.DivClassName
{
background-color: #B09BA3;
}
.BgClassName
{
background-color: #B09BA3;
}
</style>
border-color css
<style>
span { border-color: #B09BA3; }
span { border-color: rgb(176,155,163); }
td.TdClassName
{
border-color: #B09BA3;
}
.TagClassName
{
border-color: #B09BA3;
}
</style>