Shades of Pale Taupe #B59F84
Tints of Pale Taupe #B59F84
RGB
CMYK
RGB Variations
Color information
#B59F84 (or 0xB59F84) is known color: Pale Taupe. HEX triplet: B5, 9F and 84. RGB value is (181,159,132). Sum of RGB (Red+Green+Blue) = 181+159+132=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F84 is #4A607B. Grayscale: #A2A2A2. Windows color (decimal): -4874364 or 8691637. OLE color: 8691637.
HSL color Cylindrical-coordinate representation of color #B59F84: hue angle of 33.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B59F84 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 132 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.29 |
| HSL | 33.06º | 0.25% | 0.61% | - |
| HSV(B) | 33.06º | 0.27% | 0.71% | - |
| XYZ | 35.62 | 36.29 | 26.96 | - |
| YUV | 162.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 132 | 0 | 0.12 | 0.27 | 0.29 | 33.06 | 0.25 | 0.61 |
| Hex | B5 | 9F | 84 | 0 | C | 1B | 1D | 21 | 19 | 3D |
| Octal | 265 | 237 | 204 | 0 | 14 | 33 | 35 | 41 | 31 | 75 |
| Binary | 10110101 | 10011111 | 10000100 | 0 | 1100 | 11011 | 11101 | 100001 | 11001 | 111101 |
Color Harmonies of #B59F84
Complementary color
Monochromatic Colors of #B59F84
Black with #B59F84
Text Example
Text Example
White with #B59F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F84; }
p { color: rgb(181,159,132); }
H1.HeaderClassName
{
color: #B59F84;
}
.AnyTagClassName
{
color: #B59F84;
}
</style>
background-color css
<style>
a { background-color: #B59F84; }
a { background-color: rgb(181,159,132); }
div.DivClassName
{
background-color: #B59F84;
}
.BgClassName
{
background-color: #B59F84;
}
</style>
border-color css
<style>
span { border-color: #B59F84; }
span { border-color: rgb(181,159,132); }
td.TdClassName
{
border-color: #B59F84;
}
.TagClassName
{
border-color: #B59F84;
}
</style>