Shades of Pale Taupe #B99F80
Tints of Pale Taupe #B99F80
RGB
CMYK
RGB Variations
Color information
#B99F80 (or 0xB99F80) is known color: Pale Taupe. HEX triplet: B9, 9F and 80. RGB value is (185,159,128). Sum of RGB (Red+Green+Blue) = 185+159+128=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F80 is #46607F. Grayscale: #A3A3A3. Windows color (decimal): -4612224 or 8429497. OLE color: 8429497.
HSL color Cylindrical-coordinate representation of color #B99F80: hue angle of 32.63º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B99F80 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 128 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.27 |
| HSL | 32.63º | 0.29% | 0.61% | - |
| HSV(B) | 32.63º | 0.31% | 0.73% | - |
| XYZ | 36.3 | 36.67 | 25.59 | - |
| YUV | 163.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 128 | 0 | 0.14 | 0.31 | 0.27 | 32.63 | 0.29 | 0.61 |
| Hex | B9 | 9F | 80 | 0 | E | 1F | 1B | 21 | 1D | 3D |
| Octal | 271 | 237 | 200 | 0 | 16 | 37 | 33 | 41 | 35 | 75 |
| Binary | 10111001 | 10011111 | 10000000 | 0 | 1110 | 11111 | 11011 | 100001 | 11101 | 111101 |
Color Harmonies of #B99F80
Complementary color
Monochromatic Colors of #B99F80
Black with #B99F80
Text Example
Text Example
White with #B99F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F80; }
p { color: rgb(185,159,128); }
H1.HeaderClassName
{
color: #B99F80;
}
.AnyTagClassName
{
color: #B99F80;
}
</style>
background-color css
<style>
a { background-color: #B99F80; }
a { background-color: rgb(185,159,128); }
div.DivClassName
{
background-color: #B99F80;
}
.BgClassName
{
background-color: #B99F80;
}
</style>
border-color css
<style>
span { border-color: #B99F80; }
span { border-color: rgb(185,159,128); }
td.TdClassName
{
border-color: #B99F80;
}
.TagClassName
{
border-color: #B99F80;
}
</style>