Shades of Ecru #BBAA77
Tints of Ecru #BBAA77
RGB
CMYK
RGB Variations
Color information
#BBAA77 (or 0xBBAA77) is known color: Ecru. HEX triplet: BB, AA and 77. RGB value is (187,170,119). Sum of RGB (Red+Green+Blue) = 187+170+119=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA77 is #445588. Grayscale: #A9A9A9. Windows color (decimal): -4478345 or 7842491. OLE color: 7842491.
HSL color Cylindrical-coordinate representation of color #BBAA77: hue angle of 45º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBAA77 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 119 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.27 |
| HSL | 45º | 0.33% | 0.6% | - |
| HSV(B) | 45º | 0.36% | 0.73% | - |
| XYZ | 38.2 | 40.65 | 23.29 | - |
| YUV | 169.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 119 | 0 | 0.09 | 0.36 | 0.27 | 45 | 0.33 | 0.6 |
| Hex | BB | AA | 77 | 0 | 9 | 24 | 1B | 2D | 21 | 3C |
| Octal | 273 | 252 | 167 | 0 | 11 | 44 | 33 | 55 | 41 | 74 |
| Binary | 10111011 | 10101010 | 1110111 | 0 | 1001 | 100100 | 11011 | 101101 | 100001 | 111100 |
Color Harmonies of #BBAA77
Complementary color
Monochromatic Colors of #BBAA77
Black with #BBAA77
Text Example
Text Example
White with #BBAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA77; }
p { color: rgb(187,170,119); }
H1.HeaderClassName
{
color: #BBAA77;
}
.AnyTagClassName
{
color: #BBAA77;
}
</style>
background-color css
<style>
a { background-color: #BBAA77; }
a { background-color: rgb(187,170,119); }
div.DivClassName
{
background-color: #BBAA77;
}
.BgClassName
{
background-color: #BBAA77;
}
</style>
border-color css
<style>
span { border-color: #BBAA77; }
span { border-color: rgb(187,170,119); }
td.TdClassName
{
border-color: #BBAA77;
}
.TagClassName
{
border-color: #BBAA77;
}
</style>