Shades of Pale Taupe #B9987D
Tints of Pale Taupe #B9987D
RGB
CMYK
RGB Variations
Color information
#B9987D (or 0xB9987D) is known color: Pale Taupe. HEX triplet: B9, 98 and 7D. RGB value is (185,152,125). Sum of RGB (Red+Green+Blue) = 185+152+125=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9987D is #466782. Grayscale: #9E9E9E. Windows color (decimal): -4614019 or 8231097. OLE color: 8231097.
HSL color Cylindrical-coordinate representation of color #B9987D: hue angle of 27º 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 #B9987D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 125 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.27 |
| HSL | 27º | 0.3% | 0.61% | - |
| HSV(B) | 27º | 0.32% | 0.73% | - |
| XYZ | 34.94 | 34.25 | 24.17 | - |
| YUV | 158.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 125 | 0 | 0.18 | 0.32 | 0.27 | 27 | 0.3 | 0.61 |
| Hex | B9 | 98 | 7D | 0 | 12 | 20 | 1B | 1B | 1E | 3D |
| Octal | 271 | 230 | 175 | 0 | 22 | 40 | 33 | 33 | 36 | 75 |
| Binary | 10111001 | 10011000 | 1111101 | 0 | 10010 | 100000 | 11011 | 11011 | 11110 | 111101 |
Color Harmonies of #B9987D
Complementary color
Monochromatic Colors of #B9987D
Black with #B9987D
Text Example
Text Example
White with #B9987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9987D; }
p { color: rgb(185,152,125); }
H1.HeaderClassName
{
color: #B9987D;
}
.AnyTagClassName
{
color: #B9987D;
}
</style>
background-color css
<style>
a { background-color: #B9987D; }
a { background-color: rgb(185,152,125); }
div.DivClassName
{
background-color: #B9987D;
}
.BgClassName
{
background-color: #B9987D;
}
</style>
border-color css
<style>
span { border-color: #B9987D; }
span { border-color: rgb(185,152,125); }
td.TdClassName
{
border-color: #B9987D;
}
.TagClassName
{
border-color: #B9987D;
}
</style>