Shades of Pale Taupe #B99D7D
Tints of Pale Taupe #B99D7D
RGB
CMYK
RGB Variations
Color information
#B99D7D (or 0xB99D7D) is known color: Pale Taupe. HEX triplet: B9, 9D and 7D. RGB value is (185,157,125). Sum of RGB (Red+Green+Blue) = 185+157+125=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D7D is #466282. Grayscale: #A1A1A1. Windows color (decimal): -4612739 or 8232377. OLE color: 8232377.
HSL color Cylindrical-coordinate representation of color #B99D7D: hue angle of 32º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99D7D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 125 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.27 |
| HSL | 32º | 0.3% | 0.61% | - |
| HSV(B) | 32º | 0.32% | 0.73% | - |
| XYZ | 35.77 | 35.91 | 24.45 | - |
| YUV | 161.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 125 | 0 | 0.15 | 0.32 | 0.27 | 32 | 0.3 | 0.61 |
| Hex | B9 | 9D | 7D | 0 | F | 20 | 1B | 20 | 1E | 3D |
| Octal | 271 | 235 | 175 | 0 | 17 | 40 | 33 | 40 | 36 | 75 |
| Binary | 10111001 | 10011101 | 1111101 | 0 | 1111 | 100000 | 11011 | 100000 | 11110 | 111101 |
Color Harmonies of #B99D7D
Complementary color
Monochromatic Colors of #B99D7D
Black with #B99D7D
Text Example
Text Example
White with #B99D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D7D; }
p { color: rgb(185,157,125); }
H1.HeaderClassName
{
color: #B99D7D;
}
.AnyTagClassName
{
color: #B99D7D;
}
</style>
background-color css
<style>
a { background-color: #B99D7D; }
a { background-color: rgb(185,157,125); }
div.DivClassName
{
background-color: #B99D7D;
}
.BgClassName
{
background-color: #B99D7D;
}
</style>
border-color css
<style>
span { border-color: #B99D7D; }
span { border-color: rgb(185,157,125); }
td.TdClassName
{
border-color: #B99D7D;
}
.TagClassName
{
border-color: #B99D7D;
}
</style>