Shades of Pale Taupe #B9A089
Tints of Pale Taupe #B9A089
RGB
CMYK
RGB Variations
Color information
#B9A089 (or 0xB9A089) is known color: Pale Taupe. HEX triplet: B9, A0 and 89. RGB value is (185,160,137). Sum of RGB (Red+Green+Blue) = 185+160+137=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A089 is #465F76. Grayscale: #A4A4A4. Windows color (decimal): -4611959 or 9019577. OLE color: 9019577.
HSL color Cylindrical-coordinate representation of color #B9A089: hue angle of 28.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9A089 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 137 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.27 |
| HSL | 28.75º | 0.26% | 0.63% | - |
| HSV(B) | 28.75º | 0.26% | 0.73% | - |
| XYZ | 37.09 | 37.26 | 28.9 | - |
| YUV | 164.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 137 | 0 | 0.14 | 0.26 | 0.27 | 28.75 | 0.26 | 0.63 |
| Hex | B9 | A0 | 89 | 0 | E | 1A | 1B | 1D | 1A | 3F |
| Octal | 271 | 240 | 211 | 0 | 16 | 32 | 33 | 35 | 32 | 77 |
| Binary | 10111001 | 10100000 | 10001001 | 0 | 1110 | 11010 | 11011 | 11101 | 11010 | 111111 |
Color Harmonies of #B9A089
Complementary color
Monochromatic Colors of #B9A089
Black with #B9A089
Text Example
Text Example
White with #B9A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A089; }
p { color: rgb(185,160,137); }
H1.HeaderClassName
{
color: #B9A089;
}
.AnyTagClassName
{
color: #B9A089;
}
</style>
background-color css
<style>
a { background-color: #B9A089; }
a { background-color: rgb(185,160,137); }
div.DivClassName
{
background-color: #B9A089;
}
.BgClassName
{
background-color: #B9A089;
}
</style>
border-color css
<style>
span { border-color: #B9A089; }
span { border-color: rgb(185,160,137); }
td.TdClassName
{
border-color: #B9A089;
}
.TagClassName
{
border-color: #B9A089;
}
</style>