Shades of Ecru #BBAB7C
Tints of Ecru #BBAB7C
RGB
CMYK
RGB Variations
Color information
#BBAB7C (or 0xBBAB7C) is known color: Ecru. HEX triplet: BB, AB and 7C. RGB value is (187,171,124). Sum of RGB (Red+Green+Blue) = 187+171+124=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB7C is #445483. Grayscale: #AAAAAA. Windows color (decimal): -4478084 or 8170427. OLE color: 8170427.
HSL color Cylindrical-coordinate representation of color #BBAB7C: hue angle of 44.76º 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 #BBAB7C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 124 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.27 |
| HSL | 44.76º | 0.32% | 0.61% | - |
| HSV(B) | 44.76º | 0.34% | 0.73% | - |
| XYZ | 38.69 | 41.15 | 24.97 | - |
| YUV | 170.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 124 | 0 | 0.09 | 0.34 | 0.27 | 44.76 | 0.32 | 0.61 |
| Hex | BB | AB | 7C | 0 | 9 | 22 | 1B | 2D | 20 | 3D |
| Octal | 273 | 253 | 174 | 0 | 11 | 42 | 33 | 55 | 40 | 75 |
| Binary | 10111011 | 10101011 | 1111100 | 0 | 1001 | 100010 | 11011 | 101101 | 100000 | 111101 |
Color Harmonies of #BBAB7C
Complementary color
Monochromatic Colors of #BBAB7C
Black with #BBAB7C
Text Example
Text Example
White with #BBAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB7C; }
p { color: rgb(187,171,124); }
H1.HeaderClassName
{
color: #BBAB7C;
}
.AnyTagClassName
{
color: #BBAB7C;
}
</style>
background-color css
<style>
a { background-color: #BBAB7C; }
a { background-color: rgb(187,171,124); }
div.DivClassName
{
background-color: #BBAB7C;
}
.BgClassName
{
background-color: #BBAB7C;
}
</style>
border-color css
<style>
span { border-color: #BBAB7C; }
span { border-color: rgb(187,171,124); }
td.TdClassName
{
border-color: #BBAB7C;
}
.TagClassName
{
border-color: #BBAB7C;
}
</style>