Shades of Pale Taupe #B9917D
Tints of Pale Taupe #B9917D
RGB
CMYK
RGB Variations
Color information
#B9917D (or 0xB9917D) is known color: Pale Taupe. HEX triplet: B9, 91 and 7D. RGB value is (185,145,125). Sum of RGB (Red+Green+Blue) = 185+145+125=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9917D is #466E82. Grayscale: #9A9A9A. Windows color (decimal): -4615811 or 8229305. OLE color: 8229305.
HSL color Cylindrical-coordinate representation of color #B9917D: hue angle of 20º 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 #B9917D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 125 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.27 |
| HSL | 20º | 0.3% | 0.61% | - |
| HSV(B) | 20º | 0.32% | 0.73% | - |
| XYZ | 33.83 | 32.05 | 23.8 | - |
| YUV | 154.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 125 | 0 | 0.22 | 0.32 | 0.27 | 20 | 0.3 | 0.61 |
| Hex | B9 | 91 | 7D | 0 | 16 | 20 | 1B | 14 | 1E | 3D |
| Octal | 271 | 221 | 175 | 0 | 26 | 40 | 33 | 24 | 36 | 75 |
| Binary | 10111001 | 10010001 | 1111101 | 0 | 10110 | 100000 | 11011 | 10100 | 11110 | 111101 |
Color Harmonies of #B9917D
Complementary color
Monochromatic Colors of #B9917D
Black with #B9917D
Text Example
Text Example
White with #B9917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9917D; }
p { color: rgb(185,145,125); }
H1.HeaderClassName
{
color: #B9917D;
}
.AnyTagClassName
{
color: #B9917D;
}
</style>
background-color css
<style>
a { background-color: #B9917D; }
a { background-color: rgb(185,145,125); }
div.DivClassName
{
background-color: #B9917D;
}
.BgClassName
{
background-color: #B9917D;
}
</style>
border-color css
<style>
span { border-color: #B9917D; }
span { border-color: rgb(185,145,125); }
td.TdClassName
{
border-color: #B9917D;
}
.TagClassName
{
border-color: #B9917D;
}
</style>