Shades of Pale Taupe #B9947D
Tints of Pale Taupe #B9947D
RGB
CMYK
RGB Variations
Color information
#B9947D (or 0xB9947D) is known color: Pale Taupe. HEX triplet: B9, 94 and 7D. RGB value is (185,148,125). Sum of RGB (Red+Green+Blue) = 185+148+125=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9947D is #466B82. Grayscale: #9C9C9C. Windows color (decimal): -4615043 or 8230073. OLE color: 8230073.
HSL color Cylindrical-coordinate representation of color #B9947D: hue angle of 23º 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 #B9947D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 125 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.27 |
| HSL | 23º | 0.3% | 0.61% | - |
| HSV(B) | 23º | 0.32% | 0.73% | - |
| XYZ | 34.3 | 32.97 | 23.96 | - |
| YUV | 156.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 125 | 0 | 0.20 | 0.32 | 0.27 | 23 | 0.3 | 0.61 |
| Hex | B9 | 94 | 7D | 0 | 14 | 20 | 1B | 17 | 1E | 3D |
| Octal | 271 | 224 | 175 | 0 | 24 | 40 | 33 | 27 | 36 | 75 |
| Binary | 10111001 | 10010100 | 1111101 | 0 | 10100 | 100000 | 11011 | 10111 | 11110 | 111101 |
Color Harmonies of #B9947D
Complementary color
Monochromatic Colors of #B9947D
Black with #B9947D
Text Example
Text Example
White with #B9947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9947D; }
p { color: rgb(185,148,125); }
H1.HeaderClassName
{
color: #B9947D;
}
.AnyTagClassName
{
color: #B9947D;
}
</style>
background-color css
<style>
a { background-color: #B9947D; }
a { background-color: rgb(185,148,125); }
div.DivClassName
{
background-color: #B9947D;
}
.BgClassName
{
background-color: #B9947D;
}
</style>
border-color css
<style>
span { border-color: #B9947D; }
span { border-color: rgb(185,148,125); }
td.TdClassName
{
border-color: #B9947D;
}
.TagClassName
{
border-color: #B9947D;
}
</style>