Shades of Ecru #BBAB77
Tints of Ecru #BBAB77
RGB
CMYK
RGB Variations
Color information
#BBAB77 (or 0xBBAB77) is known color: Ecru. HEX triplet: BB, AB and 77. RGB value is (187,171,119). Sum of RGB (Red+Green+Blue) = 187+171+119=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB77 is #445488. Grayscale: #AAAAAA. Windows color (decimal): -4478089 or 7842747. OLE color: 7842747.
HSL color Cylindrical-coordinate representation of color #BBAB77: hue angle of 45.88º 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 #BBAB77 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 119 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.27 |
| HSL | 45.88º | 0.33% | 0.6% | - |
| HSV(B) | 45.88º | 0.36% | 0.73% | - |
| XYZ | 38.39 | 41.02 | 23.35 | - |
| YUV | 169.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 119 | 0 | 0.09 | 0.36 | 0.27 | 45.88 | 0.33 | 0.6 |
| Hex | BB | AB | 77 | 0 | 9 | 24 | 1B | 2E | 21 | 3C |
| Octal | 273 | 253 | 167 | 0 | 11 | 44 | 33 | 56 | 41 | 74 |
| Binary | 10111011 | 10101011 | 1110111 | 0 | 1001 | 100100 | 11011 | 101110 | 100001 | 111100 |
Color Harmonies of #BBAB77
Complementary color
Monochromatic Colors of #BBAB77
Black with #BBAB77
Text Example
Text Example
White with #BBAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB77; }
p { color: rgb(187,171,119); }
H1.HeaderClassName
{
color: #BBAB77;
}
.AnyTagClassName
{
color: #BBAB77;
}
</style>
background-color css
<style>
a { background-color: #BBAB77; }
a { background-color: rgb(187,171,119); }
div.DivClassName
{
background-color: #BBAB77;
}
.BgClassName
{
background-color: #BBAB77;
}
</style>
border-color css
<style>
span { border-color: #BBAB77; }
span { border-color: rgb(187,171,119); }
td.TdClassName
{
border-color: #BBAB77;
}
.TagClassName
{
border-color: #BBAB77;
}
</style>