Shades of Ecru #BBA878
Tints of Ecru #BBA878
RGB
CMYK
RGB Variations
Color information
#BBA878 (or 0xBBA878) is known color: Ecru. HEX triplet: BB, A8 and 78. RGB value is (187,168,120). Sum of RGB (Red+Green+Blue) = 187+168+120=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA878 is #445787. Grayscale: #A8A8A8. Windows color (decimal): -4478856 or 7907515. OLE color: 7907515.
HSL color Cylindrical-coordinate representation of color #BBA878: hue angle of 42.99º 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 #BBA878 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 120 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.27 |
| HSL | 42.99º | 0.33% | 0.6% | - |
| HSV(B) | 42.99º | 0.36% | 0.73% | - |
| XYZ | 37.89 | 39.93 | 23.48 | - |
| YUV | 168.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 120 | 0 | 0.10 | 0.36 | 0.27 | 42.99 | 0.33 | 0.6 |
| Hex | BB | A8 | 78 | 0 | A | 24 | 1B | 2B | 21 | 3C |
| Octal | 273 | 250 | 170 | 0 | 12 | 44 | 33 | 53 | 41 | 74 |
| Binary | 10111011 | 10101000 | 1111000 | 0 | 1010 | 100100 | 11011 | 101011 | 100001 | 111100 |
Color Harmonies of #BBA878
Complementary color
Monochromatic Colors of #BBA878
Black with #BBA878
Text Example
Text Example
White with #BBA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA878; }
p { color: rgb(187,168,120); }
H1.HeaderClassName
{
color: #BBA878;
}
.AnyTagClassName
{
color: #BBA878;
}
</style>
background-color css
<style>
a { background-color: #BBA878; }
a { background-color: rgb(187,168,120); }
div.DivClassName
{
background-color: #BBA878;
}
.BgClassName
{
background-color: #BBA878;
}
</style>
border-color css
<style>
span { border-color: #BBA878; }
span { border-color: rgb(187,168,120); }
td.TdClassName
{
border-color: #BBA878;
}
.TagClassName
{
border-color: #BBA878;
}
</style>