Shades of Ecru #BBAC7D
Tints of Ecru #BBAC7D
RGB
CMYK
RGB Variations
Color information
#BBAC7D (or 0xBBAC7D) is known color: Ecru. HEX triplet: BB, AC and 7D. RGB value is (187,172,125). Sum of RGB (Red+Green+Blue) = 187+172+125=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7D is #445382. Grayscale: #ABABAB. Windows color (decimal): -4477827 or 8236219. OLE color: 8236219.
HSL color Cylindrical-coordinate representation of color #BBAC7D: hue angle of 45.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBAC7D is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 125 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.27 |
| HSL | 45.48º | 0.31% | 0.61% | - |
| HSV(B) | 45.48º | 0.33% | 0.73% | - |
| XYZ | 38.95 | 41.55 | 25.37 | - |
| YUV | 171.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 125 | 0 | 0.08 | 0.33 | 0.27 | 45.48 | 0.31 | 0.61 |
| Hex | BB | AC | 7D | 0 | 8 | 21 | 1B | 2D | 1F | 3D |
| Octal | 273 | 254 | 175 | 0 | 10 | 41 | 33 | 55 | 37 | 75 |
| Binary | 10111011 | 10101100 | 1111101 | 0 | 1000 | 100001 | 11011 | 101101 | 11111 | 111101 |
Color Harmonies of #BBAC7D
Complementary color
Monochromatic Colors of #BBAC7D
Black with #BBAC7D
Text Example
Text Example
White with #BBAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC7D; }
p { color: rgb(187,172,125); }
H1.HeaderClassName
{
color: #BBAC7D;
}
.AnyTagClassName
{
color: #BBAC7D;
}
</style>
background-color css
<style>
a { background-color: #BBAC7D; }
a { background-color: rgb(187,172,125); }
div.DivClassName
{
background-color: #BBAC7D;
}
.BgClassName
{
background-color: #BBAC7D;
}
</style>
border-color css
<style>
span { border-color: #BBAC7D; }
span { border-color: rgb(187,172,125); }
td.TdClassName
{
border-color: #BBAC7D;
}
.TagClassName
{
border-color: #BBAC7D;
}
</style>