Shades of Pale Taupe #B59981
Tints of Pale Taupe #B59981
RGB
CMYK
RGB Variations
Color information
#B59981 (or 0xB59981) is known color: Pale Taupe. HEX triplet: B5, 99 and 81. RGB value is (181,153,129). Sum of RGB (Red+Green+Blue) = 181+153+129=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B59981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59981 is #4A667E. Grayscale: #9E9E9E. Windows color (decimal): -4875903 or 8493493. OLE color: 8493493.
HSL color Cylindrical-coordinate representation of color #B59981: hue angle of 27.69º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B59981 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 129 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.29 |
| HSL | 27.69º | 0.26% | 0.61% | - |
| HSV(B) | 27.69º | 0.29% | 0.71% | - |
| XYZ | 34.41 | 34.19 | 25.55 | - |
| YUV | 158.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 129 | 0 | 0.15 | 0.29 | 0.29 | 27.69 | 0.26 | 0.61 |
| Hex | B5 | 99 | 81 | 0 | F | 1D | 1D | 1C | 1A | 3D |
| Octal | 265 | 231 | 201 | 0 | 17 | 35 | 35 | 34 | 32 | 75 |
| Binary | 10110101 | 10011001 | 10000001 | 0 | 1111 | 11101 | 11101 | 11100 | 11010 | 111101 |
Color Harmonies of #B59981
Complementary color
Monochromatic Colors of #B59981
Black with #B59981
Text Example
Text Example
White with #B59981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59981; }
p { color: rgb(181,153,129); }
H1.HeaderClassName
{
color: #B59981;
}
.AnyTagClassName
{
color: #B59981;
}
</style>
background-color css
<style>
a { background-color: #B59981; }
a { background-color: rgb(181,153,129); }
div.DivClassName
{
background-color: #B59981;
}
.BgClassName
{
background-color: #B59981;
}
</style>
border-color css
<style>
span { border-color: #B59981; }
span { border-color: rgb(181,153,129); }
td.TdClassName
{
border-color: #B59981;
}
.TagClassName
{
border-color: #B59981;
}
</style>