Shades of Pale Taupe #B59D80
Tints of Pale Taupe #B59D80
RGB
CMYK
RGB Variations
Color information
#B59D80 (or 0xB59D80) is known color: Pale Taupe. HEX triplet: B5, 9D and 80. RGB value is (181,157,128). Sum of RGB (Red+Green+Blue) = 181+157+128=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D80 is #4A627F. Grayscale: #A1A1A1. Windows color (decimal): -4874880 or 8428981. OLE color: 8428981.
HSL color Cylindrical-coordinate representation of color #B59D80: hue angle of 32.83º 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 #B59D80 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 128 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.29 |
| HSL | 32.83º | 0.26% | 0.61% | - |
| HSV(B) | 32.83º | 0.29% | 0.71% | - |
| XYZ | 35.01 | 35.5 | 25.43 | - |
| YUV | 160.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 128 | 0 | 0.13 | 0.29 | 0.29 | 32.83 | 0.26 | 0.61 |
| Hex | B5 | 9D | 80 | 0 | D | 1D | 1D | 21 | 1A | 3D |
| Octal | 265 | 235 | 200 | 0 | 15 | 35 | 35 | 41 | 32 | 75 |
| Binary | 10110101 | 10011101 | 10000000 | 0 | 1101 | 11101 | 11101 | 100001 | 11010 | 111101 |
Color Harmonies of #B59D80
Complementary color
Monochromatic Colors of #B59D80
Black with #B59D80
Text Example
Text Example
White with #B59D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D80; }
p { color: rgb(181,157,128); }
H1.HeaderClassName
{
color: #B59D80;
}
.AnyTagClassName
{
color: #B59D80;
}
</style>
background-color css
<style>
a { background-color: #B59D80; }
a { background-color: rgb(181,157,128); }
div.DivClassName
{
background-color: #B59D80;
}
.BgClassName
{
background-color: #B59D80;
}
</style>
border-color css
<style>
span { border-color: #B59D80; }
span { border-color: rgb(181,157,128); }
td.TdClassName
{
border-color: #B59D80;
}
.TagClassName
{
border-color: #B59D80;
}
</style>