Shades of Ecru #BBAE81
Tints of Ecru #BBAE81
RGB
CMYK
RGB Variations
Color information
#BBAE81 (or 0xBBAE81) is known color: Ecru. HEX triplet: BB, AE and 81. RGB value is (187,174,129). Sum of RGB (Red+Green+Blue) = 187+174+129=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE81 is #44517E. Grayscale: #ACACAC. Windows color (decimal): -4477311 or 8498875. OLE color: 8498875.
HSL color Cylindrical-coordinate representation of color #BBAE81: hue angle of 46.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAE81 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 129 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.27 |
| HSL | 46.55º | 0.3% | 0.62% | - |
| HSV(B) | 46.55º | 0.31% | 0.73% | - |
| XYZ | 39.59 | 42.42 | 26.87 | - |
| YUV | 172.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 129 | 0 | 0.07 | 0.31 | 0.27 | 46.55 | 0.3 | 0.62 |
| Hex | BB | AE | 81 | 0 | 7 | 1F | 1B | 2F | 1E | 3E |
| Octal | 273 | 256 | 201 | 0 | 7 | 37 | 33 | 57 | 36 | 76 |
| Binary | 10111011 | 10101110 | 10000001 | 0 | 111 | 11111 | 11011 | 101111 | 11110 | 111110 |
Color Harmonies of #BBAE81
Complementary color
Monochromatic Colors of #BBAE81
Black with #BBAE81
Text Example
Text Example
White with #BBAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE81; }
p { color: rgb(187,174,129); }
H1.HeaderClassName
{
color: #BBAE81;
}
.AnyTagClassName
{
color: #BBAE81;
}
</style>
background-color css
<style>
a { background-color: #BBAE81; }
a { background-color: rgb(187,174,129); }
div.DivClassName
{
background-color: #BBAE81;
}
.BgClassName
{
background-color: #BBAE81;
}
</style>
border-color css
<style>
span { border-color: #BBAE81; }
span { border-color: rgb(187,174,129); }
td.TdClassName
{
border-color: #BBAE81;
}
.TagClassName
{
border-color: #BBAE81;
}
</style>