Shades of Ecru #BBA672
Tints of Ecru #BBA672
RGB
CMYK
RGB Variations
Color information
#BBA672 (or 0xBBA672) is known color: Ecru. HEX triplet: BB, A6 and 72. RGB value is (187,166,114). Sum of RGB (Red+Green+Blue) = 187+166+114=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA672 is #44598D. Grayscale: #A6A6A6. Windows color (decimal): -4479374 or 7513787. OLE color: 7513787.
HSL color Cylindrical-coordinate representation of color #BBA672: hue angle of 42.74º 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 #BBA672 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 114 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.27 |
| HSL | 42.74º | 0.35% | 0.59% | - |
| HSV(B) | 42.74º | 0.39% | 0.73% | - |
| XYZ | 37.17 | 39.05 | 21.5 | - |
| YUV | 166.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 114 | 0 | 0.11 | 0.39 | 0.27 | 42.74 | 0.35 | 0.59 |
| Hex | BB | A6 | 72 | 0 | B | 27 | 1B | 2B | 23 | 3B |
| Octal | 273 | 246 | 162 | 0 | 13 | 47 | 33 | 53 | 43 | 73 |
| Binary | 10111011 | 10100110 | 1110010 | 0 | 1011 | 100111 | 11011 | 101011 | 100011 | 111011 |
Color Harmonies of #BBA672
Complementary color
Monochromatic Colors of #BBA672
Black with #BBA672
Text Example
Text Example
White with #BBA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA672; }
p { color: rgb(187,166,114); }
H1.HeaderClassName
{
color: #BBA672;
}
.AnyTagClassName
{
color: #BBA672;
}
</style>
background-color css
<style>
a { background-color: #BBA672; }
a { background-color: rgb(187,166,114); }
div.DivClassName
{
background-color: #BBA672;
}
.BgClassName
{
background-color: #BBA672;
}
</style>
border-color css
<style>
span { border-color: #BBA672; }
span { border-color: rgb(187,166,114); }
td.TdClassName
{
border-color: #BBA672;
}
.TagClassName
{
border-color: #BBA672;
}
</style>