Shades of Pale Taupe #BBA180
Tints of Pale Taupe #BBA180
RGB
CMYK
RGB Variations
Color information
#BBA180 (or 0xBBA180) is known color: Pale Taupe. HEX triplet: BB, A1 and 80. RGB value is (187,161,128). Sum of RGB (Red+Green+Blue) = 187+161+128=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA180 is #445E7F. Grayscale: #A5A5A5. Windows color (decimal): -4480640 or 8430011. OLE color: 8430011.
HSL color Cylindrical-coordinate representation of color #BBA180: hue angle of 33.56º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA180 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 128 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.27 |
| HSL | 33.56º | 0.3% | 0.62% | - |
| HSV(B) | 33.56º | 0.32% | 0.73% | - |
| XYZ | 37.13 | 37.61 | 25.72 | - |
| YUV | 165.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 128 | 0 | 0.14 | 0.32 | 0.27 | 33.56 | 0.3 | 0.62 |
| Hex | BB | A1 | 80 | 0 | E | 20 | 1B | 22 | 1E | 3E |
| Octal | 273 | 241 | 200 | 0 | 16 | 40 | 33 | 42 | 36 | 76 |
| Binary | 10111011 | 10100001 | 10000000 | 0 | 1110 | 100000 | 11011 | 100010 | 11110 | 111110 |
Color Harmonies of #BBA180
Complementary color
Monochromatic Colors of #BBA180
Black with #BBA180
Text Example
Text Example
White with #BBA180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA180; }
p { color: rgb(187,161,128); }
H1.HeaderClassName
{
color: #BBA180;
}
.AnyTagClassName
{
color: #BBA180;
}
</style>
background-color css
<style>
a { background-color: #BBA180; }
a { background-color: rgb(187,161,128); }
div.DivClassName
{
background-color: #BBA180;
}
.BgClassName
{
background-color: #BBA180;
}
</style>
border-color css
<style>
span { border-color: #BBA180; }
span { border-color: rgb(187,161,128); }
td.TdClassName
{
border-color: #BBA180;
}
.TagClassName
{
border-color: #BBA180;
}
</style>