Shades of Ecru #BCB479
Tints of Ecru #BCB479
RGB
CMYK
RGB Variations
Color information
#BCB479 (or 0xBCB479) is known color: Ecru. HEX triplet: BC, B4 and 79. RGB value is (188,180,121). Sum of RGB (Red+Green+Blue) = 188+180+121=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB479 is #434B86. Grayscale: #AFAFAF. Windows color (decimal): -4410247 or 7976124. OLE color: 7976124.
HSL color Cylindrical-coordinate representation of color #BCB479: hue angle of 52.84º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCB479 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 121 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.26 |
| HSL | 52.84º | 0.33% | 0.61% | - |
| HSV(B) | 52.84º | 0.36% | 0.74% | - |
| XYZ | 40.51 | 44.71 | 24.58 | - |
| YUV | 175.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 121 | 0 | 0.04 | 0.36 | 0.26 | 52.84 | 0.33 | 0.61 |
| Hex | BC | B4 | 79 | 0 | 4 | 24 | 1A | 35 | 21 | 3D |
| Octal | 274 | 264 | 171 | 0 | 4 | 44 | 32 | 65 | 41 | 75 |
| Binary | 10111100 | 10110100 | 1111001 | 0 | 100 | 100100 | 11010 | 110101 | 100001 | 111101 |
Color Harmonies of #BCB479
Complementary color
Monochromatic Colors of #BCB479
Black with #BCB479
Text Example
Text Example
White with #BCB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB479; }
p { color: rgb(188,180,121); }
H1.HeaderClassName
{
color: #BCB479;
}
.AnyTagClassName
{
color: #BCB479;
}
</style>
background-color css
<style>
a { background-color: #BCB479; }
a { background-color: rgb(188,180,121); }
div.DivClassName
{
background-color: #BCB479;
}
.BgClassName
{
background-color: #BCB479;
}
</style>
border-color css
<style>
span { border-color: #BCB479; }
span { border-color: rgb(188,180,121); }
td.TdClassName
{
border-color: #BCB479;
}
.TagClassName
{
border-color: #BCB479;
}
</style>