Shades of Ecru #BCB379
Tints of Ecru #BCB379
RGB
CMYK
RGB Variations
Color information
#BCB379 (or 0xBCB379) is known color: Ecru. HEX triplet: BC, B3 and 79. RGB value is (188,179,121). Sum of RGB (Red+Green+Blue) = 188+179+121=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB379 is #434C86. Grayscale: #AFAFAF. Windows color (decimal): -4410503 or 7975868. OLE color: 7975868.
HSL color Cylindrical-coordinate representation of color #BCB379: hue angle of 51.94º 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 #BCB379 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 121 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.26 |
| HSL | 51.94º | 0.33% | 0.61% | - |
| HSV(B) | 51.94º | 0.36% | 0.74% | - |
| XYZ | 40.31 | 44.31 | 24.52 | - |
| YUV | 175.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 121 | 0 | 0.05 | 0.36 | 0.26 | 51.94 | 0.33 | 0.61 |
| Hex | BC | B3 | 79 | 0 | 5 | 24 | 1A | 34 | 21 | 3D |
| Octal | 274 | 263 | 171 | 0 | 5 | 44 | 32 | 64 | 41 | 75 |
| Binary | 10111100 | 10110011 | 1111001 | 0 | 101 | 100100 | 11010 | 110100 | 100001 | 111101 |
Color Harmonies of #BCB379
Complementary color
Monochromatic Colors of #BCB379
Black with #BCB379
Text Example
Text Example
White with #BCB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB379; }
p { color: rgb(188,179,121); }
H1.HeaderClassName
{
color: #BCB379;
}
.AnyTagClassName
{
color: #BCB379;
}
</style>
background-color css
<style>
a { background-color: #BCB379; }
a { background-color: rgb(188,179,121); }
div.DivClassName
{
background-color: #BCB379;
}
.BgClassName
{
background-color: #BCB379;
}
</style>
border-color css
<style>
span { border-color: #BCB379; }
span { border-color: rgb(188,179,121); }
td.TdClassName
{
border-color: #BCB379;
}
.TagClassName
{
border-color: #BCB379;
}
</style>