Shades of Ecru #BBAA72
Tints of Ecru #BBAA72
RGB
CMYK
RGB Variations
Color information
#BBAA72 (or 0xBBAA72) is known color: Ecru. HEX triplet: BB, AA and 72. RGB value is (187,170,114). Sum of RGB (Red+Green+Blue) = 187+170+114=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA72 is #44558D. Grayscale: #A8A8A8. Windows color (decimal): -4478350 or 7514811. OLE color: 7514811.
HSL color Cylindrical-coordinate representation of color #BBAA72: hue angle of 46.03º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBAA72 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 114 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.27 |
| HSL | 46.03º | 0.35% | 0.59% | - |
| HSV(B) | 46.03º | 0.39% | 0.73% | - |
| XYZ | 37.91 | 40.53 | 21.74 | - |
| YUV | 168.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 114 | 0 | 0.09 | 0.39 | 0.27 | 46.03 | 0.35 | 0.59 |
| Hex | BB | AA | 72 | 0 | 9 | 27 | 1B | 2E | 23 | 3B |
| Octal | 273 | 252 | 162 | 0 | 11 | 47 | 33 | 56 | 43 | 73 |
| Binary | 10111011 | 10101010 | 1110010 | 0 | 1001 | 100111 | 11011 | 101110 | 100011 | 111011 |
Color Harmonies of #BBAA72
Complementary color
Monochromatic Colors of #BBAA72
Black with #BBAA72
Text Example
Text Example
White with #BBAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA72; }
p { color: rgb(187,170,114); }
H1.HeaderClassName
{
color: #BBAA72;
}
.AnyTagClassName
{
color: #BBAA72;
}
</style>
background-color css
<style>
a { background-color: #BBAA72; }
a { background-color: rgb(187,170,114); }
div.DivClassName
{
background-color: #BBAA72;
}
.BgClassName
{
background-color: #BBAA72;
}
</style>
border-color css
<style>
span { border-color: #BBAA72; }
span { border-color: rgb(187,170,114); }
td.TdClassName
{
border-color: #BBAA72;
}
.TagClassName
{
border-color: #BBAA72;
}
</style>