Shades of Ecru #BBAB78
Tints of Ecru #BBAB78
RGB
CMYK
RGB Variations
Color information
#BBAB78 (or 0xBBAB78) is known color: Ecru. HEX triplet: BB, AB and 78. RGB value is (187,171,120). Sum of RGB (Red+Green+Blue) = 187+171+120=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB78 is #445487. Grayscale: #AAAAAA. Windows color (decimal): -4478088 or 7908283. OLE color: 7908283.
HSL color Cylindrical-coordinate representation of color #BBAB78: hue angle of 45.67º 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 #BBAB78 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 120 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.27 |
| HSL | 45.67º | 0.33% | 0.6% | - |
| HSV(B) | 45.67º | 0.36% | 0.73% | - |
| XYZ | 38.45 | 41.05 | 23.67 | - |
| YUV | 169.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 120 | 0 | 0.09 | 0.36 | 0.27 | 45.67 | 0.33 | 0.6 |
| Hex | BB | AB | 78 | 0 | 9 | 24 | 1B | 2E | 21 | 3C |
| Octal | 273 | 253 | 170 | 0 | 11 | 44 | 33 | 56 | 41 | 74 |
| Binary | 10111011 | 10101011 | 1111000 | 0 | 1001 | 100100 | 11011 | 101110 | 100001 | 111100 |
Color Harmonies of #BBAB78
Complementary color
Monochromatic Colors of #BBAB78
Black with #BBAB78
Text Example
Text Example
White with #BBAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB78; }
p { color: rgb(187,171,120); }
H1.HeaderClassName
{
color: #BBAB78;
}
.AnyTagClassName
{
color: #BBAB78;
}
</style>
background-color css
<style>
a { background-color: #BBAB78; }
a { background-color: rgb(187,171,120); }
div.DivClassName
{
background-color: #BBAB78;
}
.BgClassName
{
background-color: #BBAB78;
}
</style>
border-color css
<style>
span { border-color: #BBAB78; }
span { border-color: rgb(187,171,120); }
td.TdClassName
{
border-color: #BBAB78;
}
.TagClassName
{
border-color: #BBAB78;
}
</style>