Shades of Pale Taupe #B99D85
Tints of Pale Taupe #B99D85
RGB
CMYK
RGB Variations
Color information
#B99D85 (or 0xB99D85) is known color: Pale Taupe. HEX triplet: B9, 9D and 85. RGB value is (185,157,133). Sum of RGB (Red+Green+Blue) = 185+157+133=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D85 is #46627A. Grayscale: #A2A2A2. Windows color (decimal): -4612731 or 8756665. OLE color: 8756665.
HSL color Cylindrical-coordinate representation of color #B99D85: hue angle of 27.69º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99D85 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 133 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.27 |
| HSL | 27.69º | 0.27% | 0.62% | - |
| HSV(B) | 27.69º | 0.28% | 0.73% | - |
| XYZ | 36.3 | 36.12 | 27.25 | - |
| YUV | 162.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 133 | 0 | 0.15 | 0.28 | 0.27 | 27.69 | 0.27 | 0.62 |
| Hex | B9 | 9D | 85 | 0 | F | 1C | 1B | 1C | 1B | 3E |
| Octal | 271 | 235 | 205 | 0 | 17 | 34 | 33 | 34 | 33 | 76 |
| Binary | 10111001 | 10011101 | 10000101 | 0 | 1111 | 11100 | 11011 | 11100 | 11011 | 111110 |
Color Harmonies of #B99D85
Complementary color
Monochromatic Colors of #B99D85
Black with #B99D85
Text Example
Text Example
White with #B99D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D85; }
p { color: rgb(185,157,133); }
H1.HeaderClassName
{
color: #B99D85;
}
.AnyTagClassName
{
color: #B99D85;
}
</style>
background-color css
<style>
a { background-color: #B99D85; }
a { background-color: rgb(185,157,133); }
div.DivClassName
{
background-color: #B99D85;
}
.BgClassName
{
background-color: #B99D85;
}
</style>
border-color css
<style>
span { border-color: #B99D85; }
span { border-color: rgb(185,157,133); }
td.TdClassName
{
border-color: #B99D85;
}
.TagClassName
{
border-color: #B99D85;
}
</style>