Shades of Pale Taupe #BBA17C
Tints of Pale Taupe #BBA17C
RGB
CMYK
RGB Variations
Color information
#BBA17C (or 0xBBA17C) is known color: Pale Taupe. HEX triplet: BB, A1 and 7C. RGB value is (187,161,124). Sum of RGB (Red+Green+Blue) = 187+161+124=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA17C is #445E83. Grayscale: #A4A4A4. Windows color (decimal): -4480644 or 8167867. OLE color: 8167867.
HSL color Cylindrical-coordinate representation of color #BBA17C: hue angle of 35.24º 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 #BBA17C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 124 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.27 |
| HSL | 35.24º | 0.32% | 0.61% | - |
| HSV(B) | 35.24º | 0.34% | 0.73% | - |
| XYZ | 36.88 | 37.51 | 24.37 | - |
| YUV | 164.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 124 | 0 | 0.14 | 0.34 | 0.27 | 35.24 | 0.32 | 0.61 |
| Hex | BB | A1 | 7C | 0 | E | 22 | 1B | 23 | 20 | 3D |
| Octal | 273 | 241 | 174 | 0 | 16 | 42 | 33 | 43 | 40 | 75 |
| Binary | 10111011 | 10100001 | 1111100 | 0 | 1110 | 100010 | 11011 | 100011 | 100000 | 111101 |
Color Harmonies of #BBA17C
Complementary color
Monochromatic Colors of #BBA17C
Black with #BBA17C
Text Example
Text Example
White with #BBA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA17C; }
p { color: rgb(187,161,124); }
H1.HeaderClassName
{
color: #BBA17C;
}
.AnyTagClassName
{
color: #BBA17C;
}
</style>
background-color css
<style>
a { background-color: #BBA17C; }
a { background-color: rgb(187,161,124); }
div.DivClassName
{
background-color: #BBA17C;
}
.BgClassName
{
background-color: #BBA17C;
}
</style>
border-color css
<style>
span { border-color: #BBA17C; }
span { border-color: rgb(187,161,124); }
td.TdClassName
{
border-color: #BBA17C;
}
.TagClassName
{
border-color: #BBA17C;
}
</style>