Shades of Ecru #BBA97A
Tints of Ecru #BBA97A
RGB
CMYK
RGB Variations
Color information
#BBA97A (or 0xBBA97A) is known color: Ecru. HEX triplet: BB, A9 and 7A. RGB value is (187,169,122). Sum of RGB (Red+Green+Blue) = 187+169+122=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA97A is #445685. Grayscale: #A9A9A9. Windows color (decimal): -4478598 or 8038843. OLE color: 8038843.
HSL color Cylindrical-coordinate representation of color #BBA97A: hue angle of 43.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA97A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 122 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.27 |
| HSL | 43.38º | 0.32% | 0.61% | - |
| HSV(B) | 43.38º | 0.35% | 0.73% | - |
| XYZ | 38.19 | 40.35 | 24.19 | - |
| YUV | 169.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 122 | 0 | 0.10 | 0.35 | 0.27 | 43.38 | 0.32 | 0.61 |
| Hex | BB | A9 | 7A | 0 | A | 23 | 1B | 2B | 20 | 3D |
| Octal | 273 | 251 | 172 | 0 | 12 | 43 | 33 | 53 | 40 | 75 |
| Binary | 10111011 | 10101001 | 1111010 | 0 | 1010 | 100011 | 11011 | 101011 | 100000 | 111101 |
Color Harmonies of #BBA97A
Complementary color
Monochromatic Colors of #BBA97A
Black with #BBA97A
Text Example
Text Example
White with #BBA97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA97A; }
p { color: rgb(187,169,122); }
H1.HeaderClassName
{
color: #BBA97A;
}
.AnyTagClassName
{
color: #BBA97A;
}
</style>
background-color css
<style>
a { background-color: #BBA97A; }
a { background-color: rgb(187,169,122); }
div.DivClassName
{
background-color: #BBA97A;
}
.BgClassName
{
background-color: #BBA97A;
}
</style>
border-color css
<style>
span { border-color: #BBA97A; }
span { border-color: rgb(187,169,122); }
td.TdClassName
{
border-color: #BBA97A;
}
.TagClassName
{
border-color: #BBA97A;
}
</style>