Shades of Pale Taupe #BBA084
Tints of Pale Taupe #BBA084
RGB
CMYK
RGB Variations
Color information
#BBA084 (or 0xBBA084) is known color: Pale Taupe. HEX triplet: BB, A0 and 84. RGB value is (187,160,132). Sum of RGB (Red+Green+Blue) = 187+160+132=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA084 is #445F7B. Grayscale: #A5A5A5. Windows color (decimal): -4480892 or 8691899. OLE color: 8691899.
HSL color Cylindrical-coordinate representation of color #BBA084: hue angle of 30.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA084 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 132 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.27 |
| HSL | 30.55º | 0.29% | 0.63% | - |
| HSV(B) | 30.55º | 0.29% | 0.73% | - |
| XYZ | 37.23 | 37.37 | 27.08 | - |
| YUV | 164.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 132 | 0 | 0.14 | 0.29 | 0.27 | 30.55 | 0.29 | 0.63 |
| Hex | BB | A0 | 84 | 0 | E | 1D | 1B | 1F | 1D | 3F |
| Octal | 273 | 240 | 204 | 0 | 16 | 35 | 33 | 37 | 35 | 77 |
| Binary | 10111011 | 10100000 | 10000100 | 0 | 1110 | 11101 | 11011 | 11111 | 11101 | 111111 |
Color Harmonies of #BBA084
Complementary color
Monochromatic Colors of #BBA084
Black with #BBA084
Text Example
Text Example
White with #BBA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA084; }
p { color: rgb(187,160,132); }
H1.HeaderClassName
{
color: #BBA084;
}
.AnyTagClassName
{
color: #BBA084;
}
</style>
background-color css
<style>
a { background-color: #BBA084; }
a { background-color: rgb(187,160,132); }
div.DivClassName
{
background-color: #BBA084;
}
.BgClassName
{
background-color: #BBA084;
}
</style>
border-color css
<style>
span { border-color: #BBA084; }
span { border-color: rgb(187,160,132); }
td.TdClassName
{
border-color: #BBA084;
}
.TagClassName
{
border-color: #BBA084;
}
</style>