Shades of Pale Taupe #B99D7E
Tints of Pale Taupe #B99D7E
RGB
CMYK
RGB Variations
Color information
#B99D7E (or 0xB99D7E) is known color: Pale Taupe. HEX triplet: B9, 9D and 7E. RGB value is (185,157,126). Sum of RGB (Red+Green+Blue) = 185+157+126=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D7E is #466281. Grayscale: #A1A1A1. Windows color (decimal): -4612738 or 8297913. OLE color: 8297913.
HSL color Cylindrical-coordinate representation of color #B99D7E: hue angle of 31.53º 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 #B99D7E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 126 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.27 |
| HSL | 31.53º | 0.3% | 0.61% | - |
| HSV(B) | 31.53º | 0.32% | 0.73% | - |
| XYZ | 35.83 | 35.93 | 24.79 | - |
| YUV | 161.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 126 | 0 | 0.15 | 0.32 | 0.27 | 31.53 | 0.3 | 0.61 |
| Hex | B9 | 9D | 7E | 0 | F | 20 | 1B | 20 | 1E | 3D |
| Octal | 271 | 235 | 176 | 0 | 17 | 40 | 33 | 40 | 36 | 75 |
| Binary | 10111001 | 10011101 | 1111110 | 0 | 1111 | 100000 | 11011 | 100000 | 11110 | 111101 |
Color Harmonies of #B99D7E
Complementary color
Monochromatic Colors of #B99D7E
Black with #B99D7E
Text Example
Text Example
White with #B99D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D7E; }
p { color: rgb(185,157,126); }
H1.HeaderClassName
{
color: #B99D7E;
}
.AnyTagClassName
{
color: #B99D7E;
}
</style>
background-color css
<style>
a { background-color: #B99D7E; }
a { background-color: rgb(185,157,126); }
div.DivClassName
{
background-color: #B99D7E;
}
.BgClassName
{
background-color: #B99D7E;
}
</style>
border-color css
<style>
span { border-color: #B99D7E; }
span { border-color: rgb(185,157,126); }
td.TdClassName
{
border-color: #B99D7E;
}
.TagClassName
{
border-color: #B99D7E;
}
</style>