Shades of Ecru #BBAC76
Tints of Ecru #BBAC76
RGB
CMYK
RGB Variations
Color information
#BBAC76 (or 0xBBAC76) is known color: Ecru. HEX triplet: BB, AC and 76. RGB value is (187,172,118). Sum of RGB (Red+Green+Blue) = 187+172+118=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC76 is #445389. Grayscale: #AAAAAA. Windows color (decimal): -4477834 or 7777467. OLE color: 7777467.
HSL color Cylindrical-coordinate representation of color #BBAC76: hue angle of 46.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBAC76 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 118 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.27 |
| HSL | 46.96º | 0.34% | 0.6% | - |
| HSV(B) | 46.96º | 0.37% | 0.73% | - |
| XYZ | 38.52 | 41.38 | 23.1 | - |
| YUV | 170.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 118 | 0 | 0.08 | 0.37 | 0.27 | 46.96 | 0.34 | 0.6 |
| Hex | BB | AC | 76 | 0 | 8 | 25 | 1B | 2F | 22 | 3C |
| Octal | 273 | 254 | 166 | 0 | 10 | 45 | 33 | 57 | 42 | 74 |
| Binary | 10111011 | 10101100 | 1110110 | 0 | 1000 | 100101 | 11011 | 101111 | 100010 | 111100 |
Color Harmonies of #BBAC76
Complementary color
Monochromatic Colors of #BBAC76
Black with #BBAC76
Text Example
Text Example
White with #BBAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC76; }
p { color: rgb(187,172,118); }
H1.HeaderClassName
{
color: #BBAC76;
}
.AnyTagClassName
{
color: #BBAC76;
}
</style>
background-color css
<style>
a { background-color: #BBAC76; }
a { background-color: rgb(187,172,118); }
div.DivClassName
{
background-color: #BBAC76;
}
.BgClassName
{
background-color: #BBAC76;
}
</style>
border-color css
<style>
span { border-color: #BBAC76; }
span { border-color: rgb(187,172,118); }
td.TdClassName
{
border-color: #BBAC76;
}
.TagClassName
{
border-color: #BBAC76;
}
</style>