Shades of Pale Taupe #B99881
Tints of Pale Taupe #B99881
RGB
CMYK
RGB Variations
Color information
#B99881 (or 0xB99881) is known color: Pale Taupe. HEX triplet: B9, 98 and 81. RGB value is (185,152,129). Sum of RGB (Red+Green+Blue) = 185+152+129=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99881 is #46677E. Grayscale: #9F9F9F. Windows color (decimal): -4614015 or 8493241. OLE color: 8493241.
HSL color Cylindrical-coordinate representation of color #B99881: hue angle of 24.64º 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 #B99881 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 129 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.27 |
| HSL | 24.64º | 0.29% | 0.62% | - |
| HSV(B) | 24.64º | 0.3% | 0.73% | - |
| XYZ | 35.2 | 34.36 | 25.55 | - |
| YUV | 159.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 129 | 0 | 0.18 | 0.30 | 0.27 | 24.64 | 0.29 | 0.62 |
| Hex | B9 | 98 | 81 | 0 | 12 | 1E | 1B | 19 | 1D | 3E |
| Octal | 271 | 230 | 201 | 0 | 22 | 36 | 33 | 31 | 35 | 76 |
| Binary | 10111001 | 10011000 | 10000001 | 0 | 10010 | 11110 | 11011 | 11001 | 11101 | 111110 |
Color Harmonies of #B99881
Complementary color
Monochromatic Colors of #B99881
Black with #B99881
Text Example
Text Example
White with #B99881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99881; }
p { color: rgb(185,152,129); }
H1.HeaderClassName
{
color: #B99881;
}
.AnyTagClassName
{
color: #B99881;
}
</style>
background-color css
<style>
a { background-color: #B99881; }
a { background-color: rgb(185,152,129); }
div.DivClassName
{
background-color: #B99881;
}
.BgClassName
{
background-color: #B99881;
}
</style>
border-color css
<style>
span { border-color: #B99881; }
span { border-color: rgb(185,152,129); }
td.TdClassName
{
border-color: #B99881;
}
.TagClassName
{
border-color: #B99881;
}
</style>