Shades of Pale Taupe #BBA07E
Tints of Pale Taupe #BBA07E
RGB
CMYK
RGB Variations
Color information
#BBA07E (or 0xBBA07E) is known color: Pale Taupe. HEX triplet: BB, A0 and 7E. RGB value is (187,160,126). Sum of RGB (Red+Green+Blue) = 187+160+126=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA07E is #445F81. Grayscale: #A4A4A4. Windows color (decimal): -4480898 or 8298683. OLE color: 8298683.
HSL color Cylindrical-coordinate representation of color #BBA07E: hue angle of 33.44º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA07E is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 126 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.27 |
| HSL | 33.44º | 0.31% | 0.61% | - |
| HSV(B) | 33.44º | 0.33% | 0.73% | - |
| XYZ | 36.83 | 37.21 | 24.98 | - |
| YUV | 164.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 126 | 0 | 0.14 | 0.33 | 0.27 | 33.44 | 0.31 | 0.61 |
| Hex | BB | A0 | 7E | 0 | E | 21 | 1B | 21 | 1F | 3D |
| Octal | 273 | 240 | 176 | 0 | 16 | 41 | 33 | 41 | 37 | 75 |
| Binary | 10111011 | 10100000 | 1111110 | 0 | 1110 | 100001 | 11011 | 100001 | 11111 | 111101 |
Color Harmonies of #BBA07E
Complementary color
Monochromatic Colors of #BBA07E
Black with #BBA07E
Text Example
Text Example
White with #BBA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA07E; }
p { color: rgb(187,160,126); }
H1.HeaderClassName
{
color: #BBA07E;
}
.AnyTagClassName
{
color: #BBA07E;
}
</style>
background-color css
<style>
a { background-color: #BBA07E; }
a { background-color: rgb(187,160,126); }
div.DivClassName
{
background-color: #BBA07E;
}
.BgClassName
{
background-color: #BBA07E;
}
</style>
border-color css
<style>
span { border-color: #BBA07E; }
span { border-color: rgb(187,160,126); }
td.TdClassName
{
border-color: #BBA07E;
}
.TagClassName
{
border-color: #BBA07E;
}
</style>