Shades of Pale Taupe #B9A087
Tints of Pale Taupe #B9A087
RGB
CMYK
RGB Variations
Color information
#B9A087 (or 0xB9A087) is known color: Pale Taupe. HEX triplet: B9, A0 and 87. RGB value is (185,160,135). Sum of RGB (Red+Green+Blue) = 185+160+135=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A087 is #465F78. Grayscale: #A4A4A4. Windows color (decimal): -4611961 or 8888505. OLE color: 8888505.
HSL color Cylindrical-coordinate representation of color #B9A087: hue angle of 30º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9A087 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 135 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.27 |
| HSL | 30º | 0.26% | 0.63% | - |
| HSV(B) | 30º | 0.27% | 0.73% | - |
| XYZ | 36.95 | 37.21 | 28.16 | - |
| YUV | 164.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 135 | 0 | 0.14 | 0.27 | 0.27 | 30 | 0.26 | 0.63 |
| Hex | B9 | A0 | 87 | 0 | E | 1B | 1B | 1E | 1A | 3F |
| Octal | 271 | 240 | 207 | 0 | 16 | 33 | 33 | 36 | 32 | 77 |
| Binary | 10111001 | 10100000 | 10000111 | 0 | 1110 | 11011 | 11011 | 11110 | 11010 | 111111 |
Color Harmonies of #B9A087
Complementary color
Monochromatic Colors of #B9A087
Black with #B9A087
Text Example
Text Example
White with #B9A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A087; }
p { color: rgb(185,160,135); }
H1.HeaderClassName
{
color: #B9A087;
}
.AnyTagClassName
{
color: #B9A087;
}
</style>
background-color css
<style>
a { background-color: #B9A087; }
a { background-color: rgb(185,160,135); }
div.DivClassName
{
background-color: #B9A087;
}
.BgClassName
{
background-color: #B9A087;
}
</style>
border-color css
<style>
span { border-color: #B9A087; }
span { border-color: rgb(185,160,135); }
td.TdClassName
{
border-color: #B9A087;
}
.TagClassName
{
border-color: #B9A087;
}
</style>