Shades of Ecru #BBAB74
Tints of Ecru #BBAB74
RGB
CMYK
RGB Variations
Color information
#BBAB74 (or 0xBBAB74) is known color: Ecru. HEX triplet: BB, AB and 74. RGB value is (187,171,116). Sum of RGB (Red+Green+Blue) = 187+171+116=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB74 is #44548B. Grayscale: #A9A9A9. Windows color (decimal): -4478092 or 7646139. OLE color: 7646139.
HSL color Cylindrical-coordinate representation of color #BBAB74: hue angle of 46.48º 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 #BBAB74 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 116 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.27 |
| HSL | 46.48º | 0.34% | 0.59% | - |
| HSV(B) | 46.48º | 0.38% | 0.73% | - |
| XYZ | 38.21 | 40.95 | 22.41 | - |
| YUV | 169.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 116 | 0 | 0.09 | 0.38 | 0.27 | 46.48 | 0.34 | 0.59 |
| Hex | BB | AB | 74 | 0 | 9 | 26 | 1B | 2E | 22 | 3B |
| Octal | 273 | 253 | 164 | 0 | 11 | 46 | 33 | 56 | 42 | 73 |
| Binary | 10111011 | 10101011 | 1110100 | 0 | 1001 | 100110 | 11011 | 101110 | 100010 | 111011 |
Color Harmonies of #BBAB74
Complementary color
Monochromatic Colors of #BBAB74
Black with #BBAB74
Text Example
Text Example
White with #BBAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB74; }
p { color: rgb(187,171,116); }
H1.HeaderClassName
{
color: #BBAB74;
}
.AnyTagClassName
{
color: #BBAB74;
}
</style>
background-color css
<style>
a { background-color: #BBAB74; }
a { background-color: rgb(187,171,116); }
div.DivClassName
{
background-color: #BBAB74;
}
.BgClassName
{
background-color: #BBAB74;
}
</style>
border-color css
<style>
span { border-color: #BBAB74; }
span { border-color: rgb(187,171,116); }
td.TdClassName
{
border-color: #BBAB74;
}
.TagClassName
{
border-color: #BBAB74;
}
</style>