Shades of Ecru #BBA775
Tints of Ecru #BBA775
RGB
CMYK
RGB Variations
Color information
#BBA775 (or 0xBBA775) is known color: Ecru. HEX triplet: BB, A7 and 75. RGB value is (187,167,117). Sum of RGB (Red+Green+Blue) = 187+167+117=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA775 is #44588A. Grayscale: #A7A7A7. Windows color (decimal): -4479115 or 7710651. OLE color: 7710651.
HSL color Cylindrical-coordinate representation of color #BBA775: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA775 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 117 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.27 |
| HSL | 42.86º | 0.34% | 0.6% | - |
| HSV(B) | 42.86º | 0.37% | 0.73% | - |
| XYZ | 37.52 | 39.49 | 22.47 | - |
| YUV | 167.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 117 | 0 | 0.11 | 0.37 | 0.27 | 42.86 | 0.34 | 0.6 |
| Hex | BB | A7 | 75 | 0 | B | 25 | 1B | 2B | 22 | 3C |
| Octal | 273 | 247 | 165 | 0 | 13 | 45 | 33 | 53 | 42 | 74 |
| Binary | 10111011 | 10100111 | 1110101 | 0 | 1011 | 100101 | 11011 | 101011 | 100010 | 111100 |
Color Harmonies of #BBA775
Complementary color
Monochromatic Colors of #BBA775
Black with #BBA775
Text Example
Text Example
White with #BBA775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA775; }
p { color: rgb(187,167,117); }
H1.HeaderClassName
{
color: #BBA775;
}
.AnyTagClassName
{
color: #BBA775;
}
</style>
background-color css
<style>
a { background-color: #BBA775; }
a { background-color: rgb(187,167,117); }
div.DivClassName
{
background-color: #BBA775;
}
.BgClassName
{
background-color: #BBA775;
}
</style>
border-color css
<style>
span { border-color: #BBA775; }
span { border-color: rgb(187,167,117); }
td.TdClassName
{
border-color: #BBA775;
}
.TagClassName
{
border-color: #BBA775;
}
</style>