Shades of Pale Taupe #B59C86
Tints of Pale Taupe #B59C86
RGB
CMYK
RGB Variations
Color information
#B59C86 (or 0xB59C86) is known color: Pale Taupe. HEX triplet: B5, 9C and 86. RGB value is (181,156,134). Sum of RGB (Red+Green+Blue) = 181+156+134=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C86 is #4A6379. Grayscale: #A1A1A1. Windows color (decimal): -4875130 or 8821941. OLE color: 8821941.
HSL color Cylindrical-coordinate representation of color #B59C86: hue angle of 28.09º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B59C86 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 134 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.29 |
| HSL | 28.09º | 0.24% | 0.62% | - |
| HSV(B) | 28.09º | 0.26% | 0.71% | - |
| XYZ | 35.25 | 35.32 | 27.51 | - |
| YUV | 160.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 134 | 0 | 0.14 | 0.26 | 0.29 | 28.09 | 0.24 | 0.62 |
| Hex | B5 | 9C | 86 | 0 | E | 1A | 1D | 1C | 18 | 3E |
| Octal | 265 | 234 | 206 | 0 | 16 | 32 | 35 | 34 | 30 | 76 |
| Binary | 10110101 | 10011100 | 10000110 | 0 | 1110 | 11010 | 11101 | 11100 | 11000 | 111110 |
Color Harmonies of #B59C86
Complementary color
Monochromatic Colors of #B59C86
Black with #B59C86
Text Example
Text Example
White with #B59C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C86; }
p { color: rgb(181,156,134); }
H1.HeaderClassName
{
color: #B59C86;
}
.AnyTagClassName
{
color: #B59C86;
}
</style>
background-color css
<style>
a { background-color: #B59C86; }
a { background-color: rgb(181,156,134); }
div.DivClassName
{
background-color: #B59C86;
}
.BgClassName
{
background-color: #B59C86;
}
</style>
border-color css
<style>
span { border-color: #B59C86; }
span { border-color: rgb(181,156,134); }
td.TdClassName
{
border-color: #B59C86;
}
.TagClassName
{
border-color: #B59C86;
}
</style>