Shades of Pale Taupe #B99E81
Tints of Pale Taupe #B99E81
RGB
CMYK
RGB Variations
Color information
#B99E81 (or 0xB99E81) is known color: Pale Taupe. HEX triplet: B9, 9E and 81. RGB value is (185,158,129). Sum of RGB (Red+Green+Blue) = 185+158+129=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E81 is #46617E. Grayscale: #A2A2A2. Windows color (decimal): -4612479 or 8494777. OLE color: 8494777.
HSL color Cylindrical-coordinate representation of color #B99E81: hue angle of 31.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99E81 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 129 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.27 |
| HSL | 31.07º | 0.29% | 0.62% | - |
| HSV(B) | 31.07º | 0.3% | 0.73% | - |
| XYZ | 36.2 | 36.35 | 25.88 | - |
| YUV | 162.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 129 | 0 | 0.15 | 0.30 | 0.27 | 31.07 | 0.29 | 0.62 |
| Hex | B9 | 9E | 81 | 0 | F | 1E | 1B | 1F | 1D | 3E |
| Octal | 271 | 236 | 201 | 0 | 17 | 36 | 33 | 37 | 35 | 76 |
| Binary | 10111001 | 10011110 | 10000001 | 0 | 1111 | 11110 | 11011 | 11111 | 11101 | 111110 |
Color Harmonies of #B99E81
Complementary color
Monochromatic Colors of #B99E81
Black with #B99E81
Text Example
Text Example
White with #B99E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E81; }
p { color: rgb(185,158,129); }
H1.HeaderClassName
{
color: #B99E81;
}
.AnyTagClassName
{
color: #B99E81;
}
</style>
background-color css
<style>
a { background-color: #B99E81; }
a { background-color: rgb(185,158,129); }
div.DivClassName
{
background-color: #B99E81;
}
.BgClassName
{
background-color: #B99E81;
}
</style>
border-color css
<style>
span { border-color: #B99E81; }
span { border-color: rgb(185,158,129); }
td.TdClassName
{
border-color: #B99E81;
}
.TagClassName
{
border-color: #B99E81;
}
</style>