Shades of Shady Lady #B39BA6
Tints of Shady Lady #B39BA6
RGB
CMYK
RGB Variations
Color information
#B39BA6 (or 0xB39BA6) is known color: Shady Lady. HEX triplet: B3, 9B and A6. RGB value is (179,155,166). Sum of RGB (Red+Green+Blue) = 179+155+166=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BA6 is #4C6459. Grayscale: #A3A3A3. Windows color (decimal): -5006426 or 10918835. OLE color: 10918835.
HSL color Cylindrical-coordinate representation of color #B39BA6: hue angle of 332.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39BA6 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 155 | 166 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.30 |
| HSL | 332.5º | 0.14% | 0.65% | - |
| HSV(B) | 332.5º | 0.13% | 0.7% | - |
| XYZ | 37.19 | 35.78 | 41.02 | - |
| YUV | 163.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 166 | 0 | 0.13 | 0.07 | 0.30 | 332.5 | 0.14 | 0.65 |
| Hex | B3 | 9B | A6 | 0 | D | 7 | 1E | 14C | E | 41 |
| Octal | 263 | 233 | 246 | 0 | 15 | 7 | 36 | 514 | 16 | 101 |
| Binary | 10110011 | 10011011 | 10100110 | 0 | 1101 | 111 | 11110 | 101001100 | 1110 | 1000001 |
Color Harmonies of #B39BA6
Complementary color
Monochromatic Colors of #B39BA6
Black with #B39BA6
Text Example
Text Example
White with #B39BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39BA6; }
p { color: rgb(179,155,166); }
H1.HeaderClassName
{
color: #B39BA6;
}
.AnyTagClassName
{
color: #B39BA6;
}
</style>
background-color css
<style>
a { background-color: #B39BA6; }
a { background-color: rgb(179,155,166); }
div.DivClassName
{
background-color: #B39BA6;
}
.BgClassName
{
background-color: #B39BA6;
}
</style>
border-color css
<style>
span { border-color: #B39BA6; }
span { border-color: rgb(179,155,166); }
td.TdClassName
{
border-color: #B39BA6;
}
.TagClassName
{
border-color: #B39BA6;
}
</style>