Shades of Pale Taupe #B9A07A
Tints of Pale Taupe #B9A07A
RGB
CMYK
RGB Variations
Color information
#B9A07A (or 0xB9A07A) is known color: Pale Taupe. HEX triplet: B9, A0 and 7A. RGB value is (185,160,122). Sum of RGB (Red+Green+Blue) = 185+160+122=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A07A is #465F85. Grayscale: #A3A3A3. Windows color (decimal): -4611974 or 8036537. OLE color: 8036537.
HSL color Cylindrical-coordinate representation of color #B9A07A: hue angle of 36.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9A07A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 122 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.27 |
| HSL | 36.19º | 0.31% | 0.6% | - |
| HSV(B) | 36.19º | 0.34% | 0.73% | - |
| XYZ | 36.09 | 36.86 | 23.63 | - |
| YUV | 163.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 122 | 0 | 0.14 | 0.34 | 0.27 | 36.19 | 0.31 | 0.6 |
| Hex | B9 | A0 | 7A | 0 | E | 22 | 1B | 24 | 1F | 3C |
| Octal | 271 | 240 | 172 | 0 | 16 | 42 | 33 | 44 | 37 | 74 |
| Binary | 10111001 | 10100000 | 1111010 | 0 | 1110 | 100010 | 11011 | 100100 | 11111 | 111100 |
Color Harmonies of #B9A07A
Complementary color
Monochromatic Colors of #B9A07A
Black with #B9A07A
Text Example
Text Example
White with #B9A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A07A; }
p { color: rgb(185,160,122); }
H1.HeaderClassName
{
color: #B9A07A;
}
.AnyTagClassName
{
color: #B9A07A;
}
</style>
background-color css
<style>
a { background-color: #B9A07A; }
a { background-color: rgb(185,160,122); }
div.DivClassName
{
background-color: #B9A07A;
}
.BgClassName
{
background-color: #B9A07A;
}
</style>
border-color css
<style>
span { border-color: #B9A07A; }
span { border-color: rgb(185,160,122); }
td.TdClassName
{
border-color: #B9A07A;
}
.TagClassName
{
border-color: #B9A07A;
}
</style>