Shades of Pale Taupe #B99F86
Tints of Pale Taupe #B99F86
RGB
CMYK
RGB Variations
Color information
#B99F86 (or 0xB99F86) is known color: Pale Taupe. HEX triplet: B9, 9F and 86. RGB value is (185,159,134). Sum of RGB (Red+Green+Blue) = 185+159+134=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F86 is #466079. Grayscale: #A4A4A4. Windows color (decimal): -4612218 or 8822713. OLE color: 8822713.
HSL color Cylindrical-coordinate representation of color #B99F86: hue angle of 29.41º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99F86 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 134 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.27 |
| HSL | 29.41º | 0.27% | 0.63% | - |
| HSV(B) | 29.41º | 0.28% | 0.73% | - |
| XYZ | 36.71 | 36.83 | 27.73 | - |
| YUV | 163.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 134 | 0 | 0.14 | 0.28 | 0.27 | 29.41 | 0.27 | 0.63 |
| Hex | B9 | 9F | 86 | 0 | E | 1C | 1B | 1D | 1B | 3F |
| Octal | 271 | 237 | 206 | 0 | 16 | 34 | 33 | 35 | 33 | 77 |
| Binary | 10111001 | 10011111 | 10000110 | 0 | 1110 | 11100 | 11011 | 11101 | 11011 | 111111 |
Color Harmonies of #B99F86
Complementary color
Monochromatic Colors of #B99F86
Black with #B99F86
Text Example
Text Example
White with #B99F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F86; }
p { color: rgb(185,159,134); }
H1.HeaderClassName
{
color: #B99F86;
}
.AnyTagClassName
{
color: #B99F86;
}
</style>
background-color css
<style>
a { background-color: #B99F86; }
a { background-color: rgb(185,159,134); }
div.DivClassName
{
background-color: #B99F86;
}
.BgClassName
{
background-color: #B99F86;
}
</style>
border-color css
<style>
span { border-color: #B99F86; }
span { border-color: rgb(185,159,134); }
td.TdClassName
{
border-color: #B99F86;
}
.TagClassName
{
border-color: #B99F86;
}
</style>