Shades of Ecru #BBAE7B
Tints of Ecru #BBAE7B
RGB
CMYK
RGB Variations
Color information
#BBAE7B (or 0xBBAE7B) is known color: Ecru. HEX triplet: BB, AE and 7B. RGB value is (187,174,123). Sum of RGB (Red+Green+Blue) = 187+174+123=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE7B is #445184. Grayscale: #ACACAC. Windows color (decimal): -4477317 or 8105659. OLE color: 8105659.
HSL color Cylindrical-coordinate representation of color #BBAE7B: hue angle of 47.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBAE7B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 123 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.27 |
| HSL | 47.81º | 0.32% | 0.61% | - |
| HSV(B) | 47.81º | 0.34% | 0.73% | - |
| XYZ | 39.2 | 42.27 | 24.83 | - |
| YUV | 172.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 123 | 0 | 0.07 | 0.34 | 0.27 | 47.81 | 0.32 | 0.61 |
| Hex | BB | AE | 7B | 0 | 7 | 22 | 1B | 30 | 20 | 3D |
| Octal | 273 | 256 | 173 | 0 | 7 | 42 | 33 | 60 | 40 | 75 |
| Binary | 10111011 | 10101110 | 1111011 | 0 | 111 | 100010 | 11011 | 110000 | 100000 | 111101 |
Color Harmonies of #BBAE7B
Complementary color
Monochromatic Colors of #BBAE7B
Black with #BBAE7B
Text Example
Text Example
White with #BBAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE7B; }
p { color: rgb(187,174,123); }
H1.HeaderClassName
{
color: #BBAE7B;
}
.AnyTagClassName
{
color: #BBAE7B;
}
</style>
background-color css
<style>
a { background-color: #BBAE7B; }
a { background-color: rgb(187,174,123); }
div.DivClassName
{
background-color: #BBAE7B;
}
.BgClassName
{
background-color: #BBAE7B;
}
</style>
border-color css
<style>
span { border-color: #BBAE7B; }
span { border-color: rgb(187,174,123); }
td.TdClassName
{
border-color: #BBAE7B;
}
.TagClassName
{
border-color: #BBAE7B;
}
</style>