Shades of Ecru #BBAB72
Tints of Ecru #BBAB72
RGB
CMYK
RGB Variations
Color information
#BBAB72 (or 0xBBAB72) is known color: Ecru. HEX triplet: BB, AB and 72. RGB value is (187,171,114). Sum of RGB (Red+Green+Blue) = 187+171+114=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB72 is #44548D. Grayscale: #A9A9A9. Windows color (decimal): -4478094 or 7515067. OLE color: 7515067.
HSL color Cylindrical-coordinate representation of color #BBAB72: hue angle of 46.85º 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 #BBAB72 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 114 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.27 |
| HSL | 46.85º | 0.35% | 0.59% | - |
| HSV(B) | 46.85º | 0.39% | 0.73% | - |
| XYZ | 38.09 | 40.91 | 21.81 | - |
| YUV | 169.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 114 | 0 | 0.09 | 0.39 | 0.27 | 46.85 | 0.35 | 0.59 |
| Hex | BB | AB | 72 | 0 | 9 | 27 | 1B | 2F | 23 | 3B |
| Octal | 273 | 253 | 162 | 0 | 11 | 47 | 33 | 57 | 43 | 73 |
| Binary | 10111011 | 10101011 | 1110010 | 0 | 1001 | 100111 | 11011 | 101111 | 100011 | 111011 |
Color Harmonies of #BBAB72
Complementary color
Monochromatic Colors of #BBAB72
Black with #BBAB72
Text Example
Text Example
White with #BBAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB72; }
p { color: rgb(187,171,114); }
H1.HeaderClassName
{
color: #BBAB72;
}
.AnyTagClassName
{
color: #BBAB72;
}
</style>
background-color css
<style>
a { background-color: #BBAB72; }
a { background-color: rgb(187,171,114); }
div.DivClassName
{
background-color: #BBAB72;
}
.BgClassName
{
background-color: #BBAB72;
}
</style>
border-color css
<style>
span { border-color: #BBAB72; }
span { border-color: rgb(187,171,114); }
td.TdClassName
{
border-color: #BBAB72;
}
.TagClassName
{
border-color: #BBAB72;
}
</style>