Shades of Ecru #BBA979
Tints of Ecru #BBA979
RGB
CMYK
RGB Variations
Color information
#BBA979 (or 0xBBA979) is known color: Ecru. HEX triplet: BB, A9 and 79. RGB value is (187,169,121). Sum of RGB (Red+Green+Blue) = 187+169+121=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA979 is #445686. Grayscale: #A9A9A9. Windows color (decimal): -4478599 or 7973307. OLE color: 7973307.
HSL color Cylindrical-coordinate representation of color #BBA979: hue angle of 43.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA979 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 121 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.27 |
| HSL | 43.64º | 0.33% | 0.6% | - |
| HSV(B) | 43.64º | 0.35% | 0.73% | - |
| XYZ | 38.13 | 40.32 | 23.86 | - |
| YUV | 168.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 121 | 0 | 0.10 | 0.35 | 0.27 | 43.64 | 0.33 | 0.6 |
| Hex | BB | A9 | 79 | 0 | A | 23 | 1B | 2C | 21 | 3C |
| Octal | 273 | 251 | 171 | 0 | 12 | 43 | 33 | 54 | 41 | 74 |
| Binary | 10111011 | 10101001 | 1111001 | 0 | 1010 | 100011 | 11011 | 101100 | 100001 | 111100 |
Color Harmonies of #BBA979
Complementary color
Monochromatic Colors of #BBA979
Black with #BBA979
Text Example
Text Example
White with #BBA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA979; }
p { color: rgb(187,169,121); }
H1.HeaderClassName
{
color: #BBA979;
}
.AnyTagClassName
{
color: #BBA979;
}
</style>
background-color css
<style>
a { background-color: #BBA979; }
a { background-color: rgb(187,169,121); }
div.DivClassName
{
background-color: #BBA979;
}
.BgClassName
{
background-color: #BBA979;
}
</style>
border-color css
<style>
span { border-color: #BBA979; }
span { border-color: rgb(187,169,121); }
td.TdClassName
{
border-color: #BBA979;
}
.TagClassName
{
border-color: #BBA979;
}
</style>