Shades of Ecru #BBAC74
Tints of Ecru #BBAC74
RGB
CMYK
RGB Variations
Color information
#BBAC74 (or 0xBBAC74) is known color: Ecru. HEX triplet: BB, AC and 74. RGB value is (187,172,116). Sum of RGB (Red+Green+Blue) = 187+172+116=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC74 is #44538B. Grayscale: #AAAAAA. Windows color (decimal): -4477836 or 7646395. OLE color: 7646395.
HSL color Cylindrical-coordinate representation of color #BBAC74: hue angle of 47.32º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBAC74 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 116 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.27 |
| HSL | 47.32º | 0.34% | 0.59% | - |
| HSV(B) | 47.32º | 0.38% | 0.73% | - |
| XYZ | 38.4 | 41.33 | 22.48 | - |
| YUV | 170.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 116 | 0 | 0.08 | 0.38 | 0.27 | 47.32 | 0.34 | 0.59 |
| Hex | BB | AC | 74 | 0 | 8 | 26 | 1B | 2F | 22 | 3B |
| Octal | 273 | 254 | 164 | 0 | 10 | 46 | 33 | 57 | 42 | 73 |
| Binary | 10111011 | 10101100 | 1110100 | 0 | 1000 | 100110 | 11011 | 101111 | 100010 | 111011 |
Color Harmonies of #BBAC74
Complementary color
Monochromatic Colors of #BBAC74
Black with #BBAC74
Text Example
Text Example
White with #BBAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC74; }
p { color: rgb(187,172,116); }
H1.HeaderClassName
{
color: #BBAC74;
}
.AnyTagClassName
{
color: #BBAC74;
}
</style>
background-color css
<style>
a { background-color: #BBAC74; }
a { background-color: rgb(187,172,116); }
div.DivClassName
{
background-color: #BBAC74;
}
.BgClassName
{
background-color: #BBAC74;
}
</style>
border-color css
<style>
span { border-color: #BBAC74; }
span { border-color: rgb(187,172,116); }
td.TdClassName
{
border-color: #BBAC74;
}
.TagClassName
{
border-color: #BBAC74;
}
</style>