Shades of Pale Taupe #BBA081
Tints of Pale Taupe #BBA081
RGB
CMYK
RGB Variations
Color information
#BBA081 (or 0xBBA081) is known color: Pale Taupe. HEX triplet: BB, A0 and 81. RGB value is (187,160,129). Sum of RGB (Red+Green+Blue) = 187+160+129=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA081 is #445F7E. Grayscale: #A4A4A4. Windows color (decimal): -4480895 or 8495291. OLE color: 8495291.
HSL color Cylindrical-coordinate representation of color #BBA081: hue angle of 32.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA081 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 129 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.27 |
| HSL | 32.07º | 0.3% | 0.62% | - |
| HSV(B) | 32.07º | 0.31% | 0.73% | - |
| XYZ | 37.03 | 37.29 | 26.02 | - |
| YUV | 164.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 129 | 0 | 0.14 | 0.31 | 0.27 | 32.07 | 0.3 | 0.62 |
| Hex | BB | A0 | 81 | 0 | E | 1F | 1B | 20 | 1E | 3E |
| Octal | 273 | 240 | 201 | 0 | 16 | 37 | 33 | 40 | 36 | 76 |
| Binary | 10111011 | 10100000 | 10000001 | 0 | 1110 | 11111 | 11011 | 100000 | 11110 | 111110 |
Color Harmonies of #BBA081
Complementary color
Monochromatic Colors of #BBA081
Black with #BBA081
Text Example
Text Example
White with #BBA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA081; }
p { color: rgb(187,160,129); }
H1.HeaderClassName
{
color: #BBA081;
}
.AnyTagClassName
{
color: #BBA081;
}
</style>
background-color css
<style>
a { background-color: #BBA081; }
a { background-color: rgb(187,160,129); }
div.DivClassName
{
background-color: #BBA081;
}
.BgClassName
{
background-color: #BBA081;
}
</style>
border-color css
<style>
span { border-color: #BBA081; }
span { border-color: rgb(187,160,129); }
td.TdClassName
{
border-color: #BBA081;
}
.TagClassName
{
border-color: #BBA081;
}
</style>