Shades of Pale Taupe #BBA07A
Tints of Pale Taupe #BBA07A
RGB
CMYK
RGB Variations
Color information
#BBA07A (or 0xBBA07A) is known color: Pale Taupe. HEX triplet: BB, A0 and 7A. RGB value is (187,160,122). Sum of RGB (Red+Green+Blue) = 187+160+122=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA07A is #445F85. Grayscale: #A3A3A3. Windows color (decimal): -4480902 or 8036539. OLE color: 8036539.
HSL color Cylindrical-coordinate representation of color #BBA07A: hue angle of 35.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA07A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 122 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.27 |
| HSL | 35.08º | 0.32% | 0.61% | - |
| HSV(B) | 35.08º | 0.35% | 0.73% | - |
| XYZ | 36.58 | 37.11 | 23.65 | - |
| YUV | 163.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 122 | 0 | 0.14 | 0.35 | 0.27 | 35.08 | 0.32 | 0.61 |
| Hex | BB | A0 | 7A | 0 | E | 23 | 1B | 23 | 20 | 3D |
| Octal | 273 | 240 | 172 | 0 | 16 | 43 | 33 | 43 | 40 | 75 |
| Binary | 10111011 | 10100000 | 1111010 | 0 | 1110 | 100011 | 11011 | 100011 | 100000 | 111101 |
Color Harmonies of #BBA07A
Complementary color
Monochromatic Colors of #BBA07A
Black with #BBA07A
Text Example
Text Example
White with #BBA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA07A; }
p { color: rgb(187,160,122); }
H1.HeaderClassName
{
color: #BBA07A;
}
.AnyTagClassName
{
color: #BBA07A;
}
</style>
background-color css
<style>
a { background-color: #BBA07A; }
a { background-color: rgb(187,160,122); }
div.DivClassName
{
background-color: #BBA07A;
}
.BgClassName
{
background-color: #BBA07A;
}
</style>
border-color css
<style>
span { border-color: #BBA07A; }
span { border-color: rgb(187,160,122); }
td.TdClassName
{
border-color: #BBA07A;
}
.TagClassName
{
border-color: #BBA07A;
}
</style>