Shades of Ecru #BBA876
Tints of Ecru #BBA876
RGB
CMYK
RGB Variations
Color information
#BBA876 (or 0xBBA876) is known color: Ecru. HEX triplet: BB, A8 and 76. RGB value is (187,168,118). Sum of RGB (Red+Green+Blue) = 187+168+118=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA876 is #445789. Grayscale: #A8A8A8. Windows color (decimal): -4478858 or 7776443. OLE color: 7776443.
HSL color Cylindrical-coordinate representation of color #BBA876: hue angle of 43.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA876 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 118 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.27 |
| HSL | 43.48º | 0.34% | 0.6% | - |
| HSV(B) | 43.48º | 0.37% | 0.73% | - |
| XYZ | 37.77 | 39.88 | 22.85 | - |
| YUV | 167.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 118 | 0 | 0.10 | 0.37 | 0.27 | 43.48 | 0.34 | 0.6 |
| Hex | BB | A8 | 76 | 0 | A | 25 | 1B | 2B | 22 | 3C |
| Octal | 273 | 250 | 166 | 0 | 12 | 45 | 33 | 53 | 42 | 74 |
| Binary | 10111011 | 10101000 | 1110110 | 0 | 1010 | 100101 | 11011 | 101011 | 100010 | 111100 |
Color Harmonies of #BBA876
Complementary color
Monochromatic Colors of #BBA876
Black with #BBA876
Text Example
Text Example
White with #BBA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA876; }
p { color: rgb(187,168,118); }
H1.HeaderClassName
{
color: #BBA876;
}
.AnyTagClassName
{
color: #BBA876;
}
</style>
background-color css
<style>
a { background-color: #BBA876; }
a { background-color: rgb(187,168,118); }
div.DivClassName
{
background-color: #BBA876;
}
.BgClassName
{
background-color: #BBA876;
}
</style>
border-color css
<style>
span { border-color: #BBA876; }
span { border-color: rgb(187,168,118); }
td.TdClassName
{
border-color: #BBA876;
}
.TagClassName
{
border-color: #BBA876;
}
</style>