Shades of Pale Taupe #B99E84
Tints of Pale Taupe #B99E84
RGB
CMYK
RGB Variations
Color information
#B99E84 (or 0xB99E84) is known color: Pale Taupe. HEX triplet: B9, 9E and 84. RGB value is (185,158,132). Sum of RGB (Red+Green+Blue) = 185+158+132=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E84 is #46617B. Grayscale: #A3A3A3. Windows color (decimal): -4612476 or 8691385. OLE color: 8691385.
HSL color Cylindrical-coordinate representation of color #B99E84: hue angle of 29.43º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99E84 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 132 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.27 |
| HSL | 29.43º | 0.27% | 0.62% | - |
| HSV(B) | 29.43º | 0.29% | 0.73% | - |
| XYZ | 36.4 | 36.43 | 26.94 | - |
| YUV | 163.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 132 | 0 | 0.15 | 0.29 | 0.27 | 29.43 | 0.27 | 0.62 |
| Hex | B9 | 9E | 84 | 0 | F | 1D | 1B | 1D | 1B | 3E |
| Octal | 271 | 236 | 204 | 0 | 17 | 35 | 33 | 35 | 33 | 76 |
| Binary | 10111001 | 10011110 | 10000100 | 0 | 1111 | 11101 | 11011 | 11101 | 11011 | 111110 |
Color Harmonies of #B99E84
Complementary color
Monochromatic Colors of #B99E84
Black with #B99E84
Text Example
Text Example
White with #B99E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E84; }
p { color: rgb(185,158,132); }
H1.HeaderClassName
{
color: #B99E84;
}
.AnyTagClassName
{
color: #B99E84;
}
</style>
background-color css
<style>
a { background-color: #B99E84; }
a { background-color: rgb(185,158,132); }
div.DivClassName
{
background-color: #B99E84;
}
.BgClassName
{
background-color: #B99E84;
}
</style>
border-color css
<style>
span { border-color: #B99E84; }
span { border-color: rgb(185,158,132); }
td.TdClassName
{
border-color: #B99E84;
}
.TagClassName
{
border-color: #B99E84;
}
</style>