Shades of Pale Taupe #B99F81
Tints of Pale Taupe #B99F81
RGB
CMYK
RGB Variations
Color information
#B99F81 (or 0xB99F81) is known color: Pale Taupe. HEX triplet: B9, 9F and 81. RGB value is (185,159,129). Sum of RGB (Red+Green+Blue) = 185+159+129=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F81 is #46607E. Grayscale: #A3A3A3. Windows color (decimal): -4612223 or 8495033. OLE color: 8495033.
HSL color Cylindrical-coordinate representation of color #B99F81: hue angle of 32.14º 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 #B99F81 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 129 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.27 |
| HSL | 32.14º | 0.29% | 0.62% | - |
| HSV(B) | 32.14º | 0.3% | 0.73% | - |
| XYZ | 36.37 | 36.7 | 25.94 | - |
| YUV | 163.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 129 | 0 | 0.14 | 0.30 | 0.27 | 32.14 | 0.29 | 0.62 |
| Hex | B9 | 9F | 81 | 0 | E | 1E | 1B | 20 | 1D | 3E |
| Octal | 271 | 237 | 201 | 0 | 16 | 36 | 33 | 40 | 35 | 76 |
| Binary | 10111001 | 10011111 | 10000001 | 0 | 1110 | 11110 | 11011 | 100000 | 11101 | 111110 |
Color Harmonies of #B99F81
Complementary color
Monochromatic Colors of #B99F81
Black with #B99F81
Text Example
Text Example
White with #B99F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F81; }
p { color: rgb(185,159,129); }
H1.HeaderClassName
{
color: #B99F81;
}
.AnyTagClassName
{
color: #B99F81;
}
</style>
background-color css
<style>
a { background-color: #B99F81; }
a { background-color: rgb(185,159,129); }
div.DivClassName
{
background-color: #B99F81;
}
.BgClassName
{
background-color: #B99F81;
}
</style>
border-color css
<style>
span { border-color: #B99F81; }
span { border-color: rgb(185,159,129); }
td.TdClassName
{
border-color: #B99F81;
}
.TagClassName
{
border-color: #B99F81;
}
</style>