Shades of Pale Taupe #B9A08A
Tints of Pale Taupe #B9A08A
RGB
CMYK
RGB Variations
Color information
#B9A08A (or 0xB9A08A) is known color: Pale Taupe. HEX triplet: B9, A0 and 8A. RGB value is (185,160,138). Sum of RGB (Red+Green+Blue) = 185+160+138=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A08A is #465F75. Grayscale: #A5A5A5. Windows color (decimal): -4611958 or 9085113. OLE color: 9085113.
HSL color Cylindrical-coordinate representation of color #B9A08A: hue angle of 28.09º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A08A is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 138 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.27 |
| HSL | 28.09º | 0.25% | 0.63% | - |
| HSV(B) | 28.09º | 0.25% | 0.73% | - |
| XYZ | 37.17 | 37.29 | 29.28 | - |
| YUV | 164.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 138 | 0 | 0.14 | 0.25 | 0.27 | 28.09 | 0.25 | 0.63 |
| Hex | B9 | A0 | 8A | 0 | E | 19 | 1B | 1C | 19 | 3F |
| Octal | 271 | 240 | 212 | 0 | 16 | 31 | 33 | 34 | 31 | 77 |
| Binary | 10111001 | 10100000 | 10001010 | 0 | 1110 | 11001 | 11011 | 11100 | 11001 | 111111 |
Color Harmonies of #B9A08A
Complementary color
Monochromatic Colors of #B9A08A
Black with #B9A08A
Text Example
Text Example
White with #B9A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A08A; }
p { color: rgb(185,160,138); }
H1.HeaderClassName
{
color: #B9A08A;
}
.AnyTagClassName
{
color: #B9A08A;
}
</style>
background-color css
<style>
a { background-color: #B9A08A; }
a { background-color: rgb(185,160,138); }
div.DivClassName
{
background-color: #B9A08A;
}
.BgClassName
{
background-color: #B9A08A;
}
</style>
border-color css
<style>
span { border-color: #B9A08A; }
span { border-color: rgb(185,160,138); }
td.TdClassName
{
border-color: #B9A08A;
}
.TagClassName
{
border-color: #B9A08A;
}
</style>