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