Shades of Ecru #BBAE80
Tints of Ecru #BBAE80
RGB
CMYK
RGB Variations
Color information
#BBAE80 (or 0xBBAE80) is known color: Ecru. HEX triplet: BB, AE and 80. RGB value is (187,174,128). Sum of RGB (Red+Green+Blue) = 187+174+128=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE80 is #44517F. Grayscale: #ACACAC. Windows color (decimal): -4477312 or 8433339. OLE color: 8433339.
HSL color Cylindrical-coordinate representation of color #BBAE80: hue angle of 46.78º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBAE80 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 128 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.27 |
| HSL | 46.78º | 0.3% | 0.62% | - |
| HSV(B) | 46.78º | 0.32% | 0.73% | - |
| XYZ | 39.53 | 42.4 | 26.52 | - |
| YUV | 172.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 128 | 0 | 0.07 | 0.32 | 0.27 | 46.78 | 0.3 | 0.62 |
| Hex | BB | AE | 80 | 0 | 7 | 20 | 1B | 2F | 1E | 3E |
| Octal | 273 | 256 | 200 | 0 | 7 | 40 | 33 | 57 | 36 | 76 |
| Binary | 10111011 | 10101110 | 10000000 | 0 | 111 | 100000 | 11011 | 101111 | 11110 | 111110 |
Color Harmonies of #BBAE80
Complementary color
Monochromatic Colors of #BBAE80
Black with #BBAE80
Text Example
Text Example
White with #BBAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE80; }
p { color: rgb(187,174,128); }
H1.HeaderClassName
{
color: #BBAE80;
}
.AnyTagClassName
{
color: #BBAE80;
}
</style>
background-color css
<style>
a { background-color: #BBAE80; }
a { background-color: rgb(187,174,128); }
div.DivClassName
{
background-color: #BBAE80;
}
.BgClassName
{
background-color: #BBAE80;
}
</style>
border-color css
<style>
span { border-color: #BBAE80; }
span { border-color: rgb(187,174,128); }
td.TdClassName
{
border-color: #BBAE80;
}
.TagClassName
{
border-color: #BBAE80;
}
</style>