Shades of Ecru #BBA875
Tints of Ecru #BBA875
RGB
CMYK
RGB Variations
Color information
#BBA875 (or 0xBBA875) is known color: Ecru. HEX triplet: BB, A8 and 75. RGB value is (187,168,117). Sum of RGB (Red+Green+Blue) = 187+168+117=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA875 is #44578A. Grayscale: #A8A8A8. Windows color (decimal): -4478859 or 7710907. OLE color: 7710907.
HSL color Cylindrical-coordinate representation of color #BBA875: hue angle of 43.71º 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 #BBA875 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 117 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.27 |
| HSL | 43.71º | 0.34% | 0.6% | - |
| HSV(B) | 43.71º | 0.37% | 0.73% | - |
| XYZ | 37.71 | 39.85 | 22.53 | - |
| YUV | 167.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 117 | 0 | 0.10 | 0.37 | 0.27 | 43.71 | 0.34 | 0.6 |
| Hex | BB | A8 | 75 | 0 | A | 25 | 1B | 2C | 22 | 3C |
| Octal | 273 | 250 | 165 | 0 | 12 | 45 | 33 | 54 | 42 | 74 |
| Binary | 10111011 | 10101000 | 1110101 | 0 | 1010 | 100101 | 11011 | 101100 | 100010 | 111100 |
Color Harmonies of #BBA875
Complementary color
Monochromatic Colors of #BBA875
Black with #BBA875
Text Example
Text Example
White with #BBA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA875; }
p { color: rgb(187,168,117); }
H1.HeaderClassName
{
color: #BBA875;
}
.AnyTagClassName
{
color: #BBA875;
}
</style>
background-color css
<style>
a { background-color: #BBA875; }
a { background-color: rgb(187,168,117); }
div.DivClassName
{
background-color: #BBA875;
}
.BgClassName
{
background-color: #BBA875;
}
</style>
border-color css
<style>
span { border-color: #BBA875; }
span { border-color: rgb(187,168,117); }
td.TdClassName
{
border-color: #BBA875;
}
.TagClassName
{
border-color: #BBA875;
}
</style>