Shades of Pale Taupe #B9A088
Tints of Pale Taupe #B9A088
RGB
CMYK
RGB Variations
Color information
#B9A088 (or 0xB9A088) is known color: Pale Taupe. HEX triplet: B9, A0 and 88. RGB value is (185,160,136). Sum of RGB (Red+Green+Blue) = 185+160+136=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A088 is #465F77. Grayscale: #A4A4A4. Windows color (decimal): -4611960 or 8954041. OLE color: 8954041.
HSL color Cylindrical-coordinate representation of color #B9A088: hue angle of 29.39º 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 #B9A088 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 136 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.27 |
| HSL | 29.39º | 0.26% | 0.63% | - |
| HSV(B) | 29.39º | 0.26% | 0.73% | - |
| XYZ | 37.02 | 37.23 | 28.53 | - |
| YUV | 164.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 136 | 0 | 0.14 | 0.26 | 0.27 | 29.39 | 0.26 | 0.63 |
| Hex | B9 | A0 | 88 | 0 | E | 1A | 1B | 1D | 1A | 3F |
| Octal | 271 | 240 | 210 | 0 | 16 | 32 | 33 | 35 | 32 | 77 |
| Binary | 10111001 | 10100000 | 10001000 | 0 | 1110 | 11010 | 11011 | 11101 | 11010 | 111111 |
Color Harmonies of #B9A088
Complementary color
Monochromatic Colors of #B9A088
Black with #B9A088
Text Example
Text Example
White with #B9A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A088; }
p { color: rgb(185,160,136); }
H1.HeaderClassName
{
color: #B9A088;
}
.AnyTagClassName
{
color: #B9A088;
}
</style>
background-color css
<style>
a { background-color: #B9A088; }
a { background-color: rgb(185,160,136); }
div.DivClassName
{
background-color: #B9A088;
}
.BgClassName
{
background-color: #B9A088;
}
</style>
border-color css
<style>
span { border-color: #B9A088; }
span { border-color: rgb(185,160,136); }
td.TdClassName
{
border-color: #B9A088;
}
.TagClassName
{
border-color: #B9A088;
}
</style>