Shades of Ecru #BBAD7C
Tints of Ecru #BBAD7C
RGB
CMYK
RGB Variations
Color information
#BBAD7C (or 0xBBAD7C) is known color: Ecru. HEX triplet: BB, AD and 7C. RGB value is (187,173,124). Sum of RGB (Red+Green+Blue) = 187+173+124=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD7C is #445283. Grayscale: #ABABAB. Windows color (decimal): -4477572 or 8170939. OLE color: 8170939.
HSL color Cylindrical-coordinate representation of color #BBAD7C: hue angle of 46.67º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBAD7C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 124 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.27 |
| HSL | 46.67º | 0.32% | 0.61% | - |
| HSV(B) | 46.67º | 0.34% | 0.73% | - |
| XYZ | 39.08 | 41.91 | 25.1 | - |
| YUV | 171.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 124 | 0 | 0.07 | 0.34 | 0.27 | 46.67 | 0.32 | 0.61 |
| Hex | BB | AD | 7C | 0 | 7 | 22 | 1B | 2F | 20 | 3D |
| Octal | 273 | 255 | 174 | 0 | 7 | 42 | 33 | 57 | 40 | 75 |
| Binary | 10111011 | 10101101 | 1111100 | 0 | 111 | 100010 | 11011 | 101111 | 100000 | 111101 |
Color Harmonies of #BBAD7C
Complementary color
Monochromatic Colors of #BBAD7C
Black with #BBAD7C
Text Example
Text Example
White with #BBAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD7C; }
p { color: rgb(187,173,124); }
H1.HeaderClassName
{
color: #BBAD7C;
}
.AnyTagClassName
{
color: #BBAD7C;
}
</style>
background-color css
<style>
a { background-color: #BBAD7C; }
a { background-color: rgb(187,173,124); }
div.DivClassName
{
background-color: #BBAD7C;
}
.BgClassName
{
background-color: #BBAD7C;
}
</style>
border-color css
<style>
span { border-color: #BBAD7C; }
span { border-color: rgb(187,173,124); }
td.TdClassName
{
border-color: #BBAD7C;
}
.TagClassName
{
border-color: #BBAD7C;
}
</style>