Shades of Ecru #BBA673
Tints of Ecru #BBA673
RGB
CMYK
RGB Variations
Color information
#BBA673 (or 0xBBA673) is known color: Ecru. HEX triplet: BB, A6 and 73. RGB value is (187,166,115). Sum of RGB (Red+Green+Blue) = 187+166+115=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA673 is #44598C. Grayscale: #A6A6A6. Windows color (decimal): -4479373 or 7579323. OLE color: 7579323.
HSL color Cylindrical-coordinate representation of color #BBA673: hue angle of 42.5º 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 #BBA673 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 115 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.27 |
| HSL | 42.5º | 0.35% | 0.59% | - |
| HSV(B) | 42.5º | 0.39% | 0.73% | - |
| XYZ | 37.22 | 39.08 | 21.8 | - |
| YUV | 166.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 115 | 0 | 0.11 | 0.39 | 0.27 | 42.5 | 0.35 | 0.59 |
| Hex | BB | A6 | 73 | 0 | B | 27 | 1B | 2A | 23 | 3B |
| Octal | 273 | 246 | 163 | 0 | 13 | 47 | 33 | 52 | 43 | 73 |
| Binary | 10111011 | 10100110 | 1110011 | 0 | 1011 | 100111 | 11011 | 101010 | 100011 | 111011 |
Color Harmonies of #BBA673
Complementary color
Monochromatic Colors of #BBA673
Black with #BBA673
Text Example
Text Example
White with #BBA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA673; }
p { color: rgb(187,166,115); }
H1.HeaderClassName
{
color: #BBA673;
}
.AnyTagClassName
{
color: #BBA673;
}
</style>
background-color css
<style>
a { background-color: #BBA673; }
a { background-color: rgb(187,166,115); }
div.DivClassName
{
background-color: #BBA673;
}
.BgClassName
{
background-color: #BBA673;
}
</style>
border-color css
<style>
span { border-color: #BBA673; }
span { border-color: rgb(187,166,115); }
td.TdClassName
{
border-color: #BBA673;
}
.TagClassName
{
border-color: #BBA673;
}
</style>