Shades of Ecru #BBAB73
Tints of Ecru #BBAB73
RGB
CMYK
RGB Variations
Color information
#BBAB73 (or 0xBBAB73) is known color: Ecru. HEX triplet: BB, AB and 73. RGB value is (187,171,115). Sum of RGB (Red+Green+Blue) = 187+171+115=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB73 is #44548C. Grayscale: #A9A9A9. Windows color (decimal): -4478093 or 7580603. OLE color: 7580603.
HSL color Cylindrical-coordinate representation of color #BBAB73: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBAB73 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 115 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.27 |
| HSL | 46.67º | 0.35% | 0.59% | - |
| HSV(B) | 46.67º | 0.39% | 0.73% | - |
| XYZ | 38.15 | 40.93 | 22.11 | - |
| YUV | 169.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 115 | 0 | 0.09 | 0.39 | 0.27 | 46.67 | 0.35 | 0.59 |
| Hex | BB | AB | 73 | 0 | 9 | 27 | 1B | 2F | 23 | 3B |
| Octal | 273 | 253 | 163 | 0 | 11 | 47 | 33 | 57 | 43 | 73 |
| Binary | 10111011 | 10101011 | 1110011 | 0 | 1001 | 100111 | 11011 | 101111 | 100011 | 111011 |
Color Harmonies of #BBAB73
Complementary color
Monochromatic Colors of #BBAB73
Black with #BBAB73
Text Example
Text Example
White with #BBAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB73; }
p { color: rgb(187,171,115); }
H1.HeaderClassName
{
color: #BBAB73;
}
.AnyTagClassName
{
color: #BBAB73;
}
</style>
background-color css
<style>
a { background-color: #BBAB73; }
a { background-color: rgb(187,171,115); }
div.DivClassName
{
background-color: #BBAB73;
}
.BgClassName
{
background-color: #BBAB73;
}
</style>
border-color css
<style>
span { border-color: #BBAB73; }
span { border-color: rgb(187,171,115); }
td.TdClassName
{
border-color: #BBAB73;
}
.TagClassName
{
border-color: #BBAB73;
}
</style>