Shades of Ecru #BBA972
Tints of Ecru #BBA972
RGB
CMYK
RGB Variations
Color information
#BBA972 (or 0xBBA972) is known color: Ecru. HEX triplet: BB, A9 and 72. RGB value is (187,169,114). Sum of RGB (Red+Green+Blue) = 187+169+114=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA972 is #44568D. Grayscale: #A8A8A8. Windows color (decimal): -4478606 or 7514555. OLE color: 7514555.
HSL color Cylindrical-coordinate representation of color #BBA972: hue angle of 45.21º 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 #BBA972 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 114 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.27 |
| HSL | 45.21º | 0.35% | 0.59% | - |
| HSV(B) | 45.21º | 0.39% | 0.73% | - |
| XYZ | 37.72 | 40.16 | 21.68 | - |
| YUV | 168.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 114 | 0 | 0.10 | 0.39 | 0.27 | 45.21 | 0.35 | 0.59 |
| Hex | BB | A9 | 72 | 0 | A | 27 | 1B | 2D | 23 | 3B |
| Octal | 273 | 251 | 162 | 0 | 12 | 47 | 33 | 55 | 43 | 73 |
| Binary | 10111011 | 10101001 | 1110010 | 0 | 1010 | 100111 | 11011 | 101101 | 100011 | 111011 |
Color Harmonies of #BBA972
Complementary color
Monochromatic Colors of #BBA972
Black with #BBA972
Text Example
Text Example
White with #BBA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA972; }
p { color: rgb(187,169,114); }
H1.HeaderClassName
{
color: #BBA972;
}
.AnyTagClassName
{
color: #BBA972;
}
</style>
background-color css
<style>
a { background-color: #BBA972; }
a { background-color: rgb(187,169,114); }
div.DivClassName
{
background-color: #BBA972;
}
.BgClassName
{
background-color: #BBA972;
}
</style>
border-color css
<style>
span { border-color: #BBA972; }
span { border-color: rgb(187,169,114); }
td.TdClassName
{
border-color: #BBA972;
}
.TagClassName
{
border-color: #BBA972;
}
</style>