Shades of Ecru #BBAC7A
Tints of Ecru #BBAC7A
RGB
CMYK
RGB Variations
Color information
#BBAC7A (or 0xBBAC7A) is known color: Ecru. HEX triplet: BB, AC and 7A. RGB value is (187,172,122). Sum of RGB (Red+Green+Blue) = 187+172+122=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7A is #445385. Grayscale: #AAAAAA. Windows color (decimal): -4477830 or 8039611. OLE color: 8039611.
HSL color Cylindrical-coordinate representation of color #BBAC7A: hue angle of 46.15º 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 #BBAC7A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 122 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.27 |
| HSL | 46.15º | 0.32% | 0.61% | - |
| HSV(B) | 46.15º | 0.35% | 0.73% | - |
| XYZ | 38.76 | 41.47 | 24.38 | - |
| YUV | 170.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 122 | 0 | 0.08 | 0.35 | 0.27 | 46.15 | 0.32 | 0.61 |
| Hex | BB | AC | 7A | 0 | 8 | 23 | 1B | 2E | 20 | 3D |
| Octal | 273 | 254 | 172 | 0 | 10 | 43 | 33 | 56 | 40 | 75 |
| Binary | 10111011 | 10101100 | 1111010 | 0 | 1000 | 100011 | 11011 | 101110 | 100000 | 111101 |
Color Harmonies of #BBAC7A
Complementary color
Monochromatic Colors of #BBAC7A
Black with #BBAC7A
Text Example
Text Example
White with #BBAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC7A; }
p { color: rgb(187,172,122); }
H1.HeaderClassName
{
color: #BBAC7A;
}
.AnyTagClassName
{
color: #BBAC7A;
}
</style>
background-color css
<style>
a { background-color: #BBAC7A; }
a { background-color: rgb(187,172,122); }
div.DivClassName
{
background-color: #BBAC7A;
}
.BgClassName
{
background-color: #BBAC7A;
}
</style>
border-color css
<style>
span { border-color: #BBAC7A; }
span { border-color: rgb(187,172,122); }
td.TdClassName
{
border-color: #BBAC7A;
}
.TagClassName
{
border-color: #BBAC7A;
}
</style>