Shades of Pale Taupe #BBA17D
Tints of Pale Taupe #BBA17D
RGB
CMYK
RGB Variations
Color information
#BBA17D (or 0xBBA17D) is known color: Pale Taupe. HEX triplet: BB, A1 and 7D. RGB value is (187,161,125). Sum of RGB (Red+Green+Blue) = 187+161+125=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA17D is #445E82. Grayscale: #A4A4A4. Windows color (decimal): -4480643 or 8233403. OLE color: 8233403.
HSL color Cylindrical-coordinate representation of color #BBA17D: hue angle of 34.84º 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 #BBA17D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 125 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.27 |
| HSL | 34.84º | 0.31% | 0.61% | - |
| HSV(B) | 34.84º | 0.33% | 0.73% | - |
| XYZ | 36.94 | 37.54 | 24.7 | - |
| YUV | 164.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 125 | 0 | 0.14 | 0.33 | 0.27 | 34.84 | 0.31 | 0.61 |
| Hex | BB | A1 | 7D | 0 | E | 21 | 1B | 23 | 1F | 3D |
| Octal | 273 | 241 | 175 | 0 | 16 | 41 | 33 | 43 | 37 | 75 |
| Binary | 10111011 | 10100001 | 1111101 | 0 | 1110 | 100001 | 11011 | 100011 | 11111 | 111101 |
Color Harmonies of #BBA17D
Complementary color
Monochromatic Colors of #BBA17D
Black with #BBA17D
Text Example
Text Example
White with #BBA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA17D; }
p { color: rgb(187,161,125); }
H1.HeaderClassName
{
color: #BBA17D;
}
.AnyTagClassName
{
color: #BBA17D;
}
</style>
background-color css
<style>
a { background-color: #BBA17D; }
a { background-color: rgb(187,161,125); }
div.DivClassName
{
background-color: #BBA17D;
}
.BgClassName
{
background-color: #BBA17D;
}
</style>
border-color css
<style>
span { border-color: #BBA17D; }
span { border-color: rgb(187,161,125); }
td.TdClassName
{
border-color: #BBA17D;
}
.TagClassName
{
border-color: #BBA17D;
}
</style>