Shades of Pale Taupe #B99E7E
Tints of Pale Taupe #B99E7E
RGB
CMYK
RGB Variations
Color information
#B99E7E (or 0xB99E7E) is known color: Pale Taupe. HEX triplet: B9, 9E and 7E. RGB value is (185,158,126). Sum of RGB (Red+Green+Blue) = 185+158+126=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E7E is #466181. Grayscale: #A2A2A2. Windows color (decimal): -4612482 or 8298169. OLE color: 8298169.
HSL color Cylindrical-coordinate representation of color #B99E7E: hue angle of 32.54º 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 #B99E7E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 126 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.27 |
| HSL | 32.54º | 0.3% | 0.61% | - |
| HSV(B) | 32.54º | 0.32% | 0.73% | - |
| XYZ | 36 | 36.27 | 24.84 | - |
| YUV | 162.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 126 | 0 | 0.15 | 0.32 | 0.27 | 32.54 | 0.3 | 0.61 |
| Hex | B9 | 9E | 7E | 0 | F | 20 | 1B | 21 | 1E | 3D |
| Octal | 271 | 236 | 176 | 0 | 17 | 40 | 33 | 41 | 36 | 75 |
| Binary | 10111001 | 10011110 | 1111110 | 0 | 1111 | 100000 | 11011 | 100001 | 11110 | 111101 |
Color Harmonies of #B99E7E
Complementary color
Monochromatic Colors of #B99E7E
Black with #B99E7E
Text Example
Text Example
White with #B99E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E7E; }
p { color: rgb(185,158,126); }
H1.HeaderClassName
{
color: #B99E7E;
}
.AnyTagClassName
{
color: #B99E7E;
}
</style>
background-color css
<style>
a { background-color: #B99E7E; }
a { background-color: rgb(185,158,126); }
div.DivClassName
{
background-color: #B99E7E;
}
.BgClassName
{
background-color: #B99E7E;
}
</style>
border-color css
<style>
span { border-color: #B99E7E; }
span { border-color: rgb(185,158,126); }
td.TdClassName
{
border-color: #B99E7E;
}
.TagClassName
{
border-color: #B99E7E;
}
</style>