Shades of Shady Lady #B0939E
Tints of Shady Lady #B0939E
RGB
CMYK
RGB Variations
Color information
#B0939E (or 0xB0939E) is known color: Shady Lady. HEX triplet: B0, 93 and 9E. RGB value is (176,147,158). Sum of RGB (Red+Green+Blue) = 176+147+158=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0939E is #4F6C61. Grayscale: #9C9C9C. Windows color (decimal): -5205090 or 10392496. OLE color: 10392496.
HSL color Cylindrical-coordinate representation of color #B0939E: hue angle of 337.24º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0939E is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 158 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.31 |
| HSL | 337.24º | 0.16% | 0.63% | - |
| HSV(B) | 337.24º | 0.16% | 0.69% | - |
| XYZ | 34.51 | 32.57 | 36.81 | - |
| YUV | 156.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 158 | 0 | 0.16 | 0.10 | 0.31 | 337.24 | 0.16 | 0.63 |
| Hex | B0 | 93 | 9E | 0 | 10 | A | 1F | 151 | 10 | 3F |
| Octal | 260 | 223 | 236 | 0 | 20 | 12 | 37 | 521 | 20 | 77 |
| Binary | 10110000 | 10010011 | 10011110 | 0 | 10000 | 1010 | 11111 | 101010001 | 10000 | 111111 |
Color Harmonies of #B0939E
Complementary color
Monochromatic Colors of #B0939E
Black with #B0939E
Text Example
Text Example
White with #B0939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0939E; }
p { color: rgb(176,147,158); }
H1.HeaderClassName
{
color: #B0939E;
}
.AnyTagClassName
{
color: #B0939E;
}
</style>
background-color css
<style>
a { background-color: #B0939E; }
a { background-color: rgb(176,147,158); }
div.DivClassName
{
background-color: #B0939E;
}
.BgClassName
{
background-color: #B0939E;
}
</style>
border-color css
<style>
span { border-color: #B0939E; }
span { border-color: rgb(176,147,158); }
td.TdClassName
{
border-color: #B0939E;
}
.TagClassName
{
border-color: #B0939E;
}
</style>