Shades of Pale Taupe #B9997E
Tints of Pale Taupe #B9997E
RGB
CMYK
RGB Variations
Color information
#B9997E (or 0xB9997E) is known color: Pale Taupe. HEX triplet: B9, 99 and 7E. RGB value is (185,153,126). Sum of RGB (Red+Green+Blue) = 185+153+126=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9997E is #466681. Grayscale: #9F9F9F. Windows color (decimal): -4613762 or 8296889. OLE color: 8296889.
HSL color Cylindrical-coordinate representation of color #B9997E: hue angle of 27.46º 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 #B9997E is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 126 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.27 |
| HSL | 27.46º | 0.3% | 0.61% | - |
| HSV(B) | 27.46º | 0.32% | 0.73% | - |
| XYZ | 35.16 | 34.6 | 24.56 | - |
| YUV | 159.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 126 | 0 | 0.17 | 0.32 | 0.27 | 27.46 | 0.3 | 0.61 |
| Hex | B9 | 99 | 7E | 0 | 11 | 20 | 1B | 1B | 1E | 3D |
| Octal | 271 | 231 | 176 | 0 | 21 | 40 | 33 | 33 | 36 | 75 |
| Binary | 10111001 | 10011001 | 1111110 | 0 | 10001 | 100000 | 11011 | 11011 | 11110 | 111101 |
Color Harmonies of #B9997E
Complementary color
Monochromatic Colors of #B9997E
Black with #B9997E
Text Example
Text Example
White with #B9997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9997E; }
p { color: rgb(185,153,126); }
H1.HeaderClassName
{
color: #B9997E;
}
.AnyTagClassName
{
color: #B9997E;
}
</style>
background-color css
<style>
a { background-color: #B9997E; }
a { background-color: rgb(185,153,126); }
div.DivClassName
{
background-color: #B9997E;
}
.BgClassName
{
background-color: #B9997E;
}
</style>
border-color css
<style>
span { border-color: #B9997E; }
span { border-color: rgb(185,153,126); }
td.TdClassName
{
border-color: #B9997E;
}
.TagClassName
{
border-color: #B9997E;
}
</style>