Shades of Ecru #BBAB76
Tints of Ecru #BBAB76
RGB
CMYK
RGB Variations
Color information
#BBAB76 (or 0xBBAB76) is known color: Ecru. HEX triplet: BB, AB and 76. RGB value is (187,171,118). Sum of RGB (Red+Green+Blue) = 187+171+118=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB76 is #445489. Grayscale: #A9A9A9. Windows color (decimal): -4478090 or 7777211. OLE color: 7777211.
HSL color Cylindrical-coordinate representation of color #BBAB76: hue angle of 46.09º 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 #BBAB76 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 118 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.27 |
| HSL | 46.09º | 0.34% | 0.6% | - |
| HSV(B) | 46.09º | 0.37% | 0.73% | - |
| XYZ | 38.33 | 41 | 23.03 | - |
| YUV | 169.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 118 | 0 | 0.09 | 0.37 | 0.27 | 46.09 | 0.34 | 0.6 |
| Hex | BB | AB | 76 | 0 | 9 | 25 | 1B | 2E | 22 | 3C |
| Octal | 273 | 253 | 166 | 0 | 11 | 45 | 33 | 56 | 42 | 74 |
| Binary | 10111011 | 10101011 | 1110110 | 0 | 1001 | 100101 | 11011 | 101110 | 100010 | 111100 |
Color Harmonies of #BBAB76
Complementary color
Monochromatic Colors of #BBAB76
Black with #BBAB76
Text Example
Text Example
White with #BBAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB76; }
p { color: rgb(187,171,118); }
H1.HeaderClassName
{
color: #BBAB76;
}
.AnyTagClassName
{
color: #BBAB76;
}
</style>
background-color css
<style>
a { background-color: #BBAB76; }
a { background-color: rgb(187,171,118); }
div.DivClassName
{
background-color: #BBAB76;
}
.BgClassName
{
background-color: #BBAB76;
}
</style>
border-color css
<style>
span { border-color: #BBAB76; }
span { border-color: rgb(187,171,118); }
td.TdClassName
{
border-color: #BBAB76;
}
.TagClassName
{
border-color: #BBAB76;
}
</style>