Shades of Pale Taupe #B9967E
Tints of Pale Taupe #B9967E
RGB
CMYK
RGB Variations
Color information
#B9967E (or 0xB9967E) is known color: Pale Taupe. HEX triplet: B9, 96 and 7E. RGB value is (185,150,126). Sum of RGB (Red+Green+Blue) = 185+150+126=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9967E is #466981. Grayscale: #9D9D9D. Windows color (decimal): -4614530 or 8296121. OLE color: 8296121.
HSL color Cylindrical-coordinate representation of color #B9967E: hue angle of 24.41º 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 #B9967E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 126 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.27 |
| HSL | 24.41º | 0.3% | 0.61% | - |
| HSV(B) | 24.41º | 0.32% | 0.73% | - |
| XYZ | 34.68 | 33.63 | 24.4 | - |
| YUV | 157.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 126 | 0 | 0.19 | 0.32 | 0.27 | 24.41 | 0.3 | 0.61 |
| Hex | B9 | 96 | 7E | 0 | 13 | 20 | 1B | 18 | 1E | 3D |
| Octal | 271 | 226 | 176 | 0 | 23 | 40 | 33 | 30 | 36 | 75 |
| Binary | 10111001 | 10010110 | 1111110 | 0 | 10011 | 100000 | 11011 | 11000 | 11110 | 111101 |
Color Harmonies of #B9967E
Complementary color
Monochromatic Colors of #B9967E
Black with #B9967E
Text Example
Text Example
White with #B9967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9967E; }
p { color: rgb(185,150,126); }
H1.HeaderClassName
{
color: #B9967E;
}
.AnyTagClassName
{
color: #B9967E;
}
</style>
background-color css
<style>
a { background-color: #B9967E; }
a { background-color: rgb(185,150,126); }
div.DivClassName
{
background-color: #B9967E;
}
.BgClassName
{
background-color: #B9967E;
}
</style>
border-color css
<style>
span { border-color: #B9967E; }
span { border-color: rgb(185,150,126); }
td.TdClassName
{
border-color: #B9967E;
}
.TagClassName
{
border-color: #B9967E;
}
</style>