Shades of Ecru #BBA774
Tints of Ecru #BBA774
RGB
CMYK
RGB Variations
Color information
#BBA774 (or 0xBBA774) is known color: Ecru. HEX triplet: BB, A7 and 74. RGB value is (187,167,116). Sum of RGB (Red+Green+Blue) = 187+167+116=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA774 is #44588B. Grayscale: #A7A7A7. Windows color (decimal): -4479116 or 7645115. OLE color: 7645115.
HSL color Cylindrical-coordinate representation of color #BBA774: hue angle of 43.1º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBA774 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 116 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.27 |
| HSL | 43.1º | 0.34% | 0.59% | - |
| HSV(B) | 43.1º | 0.38% | 0.73% | - |
| XYZ | 37.46 | 39.46 | 22.17 | - |
| YUV | 167.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 116 | 0 | 0.11 | 0.38 | 0.27 | 43.1 | 0.34 | 0.59 |
| Hex | BB | A7 | 74 | 0 | B | 26 | 1B | 2B | 22 | 3B |
| Octal | 273 | 247 | 164 | 0 | 13 | 46 | 33 | 53 | 42 | 73 |
| Binary | 10111011 | 10100111 | 1110100 | 0 | 1011 | 100110 | 11011 | 101011 | 100010 | 111011 |
Color Harmonies of #BBA774
Complementary color
Monochromatic Colors of #BBA774
Black with #BBA774
Text Example
Text Example
White with #BBA774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA774; }
p { color: rgb(187,167,116); }
H1.HeaderClassName
{
color: #BBA774;
}
.AnyTagClassName
{
color: #BBA774;
}
</style>
background-color css
<style>
a { background-color: #BBA774; }
a { background-color: rgb(187,167,116); }
div.DivClassName
{
background-color: #BBA774;
}
.BgClassName
{
background-color: #BBA774;
}
</style>
border-color css
<style>
span { border-color: #BBA774; }
span { border-color: rgb(187,167,116); }
td.TdClassName
{
border-color: #BBA774;
}
.TagClassName
{
border-color: #BBA774;
}
</style>