Shades of Pale Taupe #BBA07B
Tints of Pale Taupe #BBA07B
RGB
CMYK
RGB Variations
Color information
#BBA07B (or 0xBBA07B) is known color: Pale Taupe. HEX triplet: BB, A0 and 7B. RGB value is (187,160,123). Sum of RGB (Red+Green+Blue) = 187+160+123=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA07B is #445F84. Grayscale: #A4A4A4. Windows color (decimal): -4480901 or 8102075. OLE color: 8102075.
HSL color Cylindrical-coordinate representation of color #BBA07B: hue angle of 34.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA07B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 123 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.27 |
| HSL | 34.69º | 0.32% | 0.61% | - |
| HSV(B) | 34.69º | 0.34% | 0.73% | - |
| XYZ | 36.64 | 37.14 | 23.98 | - |
| YUV | 163.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 123 | 0 | 0.14 | 0.34 | 0.27 | 34.69 | 0.32 | 0.61 |
| Hex | BB | A0 | 7B | 0 | E | 22 | 1B | 23 | 20 | 3D |
| Octal | 273 | 240 | 173 | 0 | 16 | 42 | 33 | 43 | 40 | 75 |
| Binary | 10111011 | 10100000 | 1111011 | 0 | 1110 | 100010 | 11011 | 100011 | 100000 | 111101 |
Color Harmonies of #BBA07B
Complementary color
Monochromatic Colors of #BBA07B
Black with #BBA07B
Text Example
Text Example
White with #BBA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA07B; }
p { color: rgb(187,160,123); }
H1.HeaderClassName
{
color: #BBA07B;
}
.AnyTagClassName
{
color: #BBA07B;
}
</style>
background-color css
<style>
a { background-color: #BBA07B; }
a { background-color: rgb(187,160,123); }
div.DivClassName
{
background-color: #BBA07B;
}
.BgClassName
{
background-color: #BBA07B;
}
</style>
border-color css
<style>
span { border-color: #BBA07B; }
span { border-color: rgb(187,160,123); }
td.TdClassName
{
border-color: #BBA07B;
}
.TagClassName
{
border-color: #BBA07B;
}
</style>