Shades of Pale Taupe #B9997C
Tints of Pale Taupe #B9997C
RGB
CMYK
RGB Variations
Color information
#B9997C (or 0xB9997C) is known color: Pale Taupe. HEX triplet: B9, 99 and 7C. RGB value is (185,153,124). Sum of RGB (Red+Green+Blue) = 185+153+124=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9997C is #466683. Grayscale: #9F9F9F. Windows color (decimal): -4613764 or 8165817. OLE color: 8165817.
HSL color Cylindrical-coordinate representation of color #B9997C: hue angle of 28.52º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9997C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 124 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.27 |
| HSL | 28.52º | 0.3% | 0.61% | - |
| HSV(B) | 28.52º | 0.33% | 0.73% | - |
| XYZ | 35.04 | 34.55 | 23.89 | - |
| YUV | 159.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 124 | 0 | 0.17 | 0.33 | 0.27 | 28.52 | 0.3 | 0.61 |
| Hex | B9 | 99 | 7C | 0 | 11 | 21 | 1B | 1D | 1E | 3D |
| Octal | 271 | 231 | 174 | 0 | 21 | 41 | 33 | 35 | 36 | 75 |
| Binary | 10111001 | 10011001 | 1111100 | 0 | 10001 | 100001 | 11011 | 11101 | 11110 | 111101 |
Color Harmonies of #B9997C
Complementary color
Monochromatic Colors of #B9997C
Black with #B9997C
Text Example
Text Example
White with #B9997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9997C; }
p { color: rgb(185,153,124); }
H1.HeaderClassName
{
color: #B9997C;
}
.AnyTagClassName
{
color: #B9997C;
}
</style>
background-color css
<style>
a { background-color: #B9997C; }
a { background-color: rgb(185,153,124); }
div.DivClassName
{
background-color: #B9997C;
}
.BgClassName
{
background-color: #B9997C;
}
</style>
border-color css
<style>
span { border-color: #B9997C; }
span { border-color: rgb(185,153,124); }
td.TdClassName
{
border-color: #B9997C;
}
.TagClassName
{
border-color: #B9997C;
}
</style>