Shades of Ecru #BCB37A
Tints of Ecru #BCB37A
RGB
CMYK
RGB Variations
Color information
#BCB37A (or 0xBCB37A) is known color: Ecru. HEX triplet: BC, B3 and 7A. RGB value is (188,179,122). Sum of RGB (Red+Green+Blue) = 188+179+122=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37A is #434C85. Grayscale: #AFAFAF. Windows color (decimal): -4410502 or 8041404. OLE color: 8041404.
HSL color Cylindrical-coordinate representation of color #BCB37A: hue angle of 51.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCB37A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 122 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.26 |
| HSL | 51.82º | 0.33% | 0.61% | - |
| HSV(B) | 51.82º | 0.35% | 0.74% | - |
| XYZ | 40.37 | 44.34 | 24.84 | - |
| YUV | 175.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 122 | 0 | 0.05 | 0.35 | 0.26 | 51.82 | 0.33 | 0.61 |
| Hex | BC | B3 | 7A | 0 | 5 | 23 | 1A | 34 | 21 | 3D |
| Octal | 274 | 263 | 172 | 0 | 5 | 43 | 32 | 64 | 41 | 75 |
| Binary | 10111100 | 10110011 | 1111010 | 0 | 101 | 100011 | 11010 | 110100 | 100001 | 111101 |
Color Harmonies of #BCB37A
Complementary color
Monochromatic Colors of #BCB37A
Black with #BCB37A
Text Example
Text Example
White with #BCB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB37A; }
p { color: rgb(188,179,122); }
H1.HeaderClassName
{
color: #BCB37A;
}
.AnyTagClassName
{
color: #BCB37A;
}
</style>
background-color css
<style>
a { background-color: #BCB37A; }
a { background-color: rgb(188,179,122); }
div.DivClassName
{
background-color: #BCB37A;
}
.BgClassName
{
background-color: #BCB37A;
}
</style>
border-color css
<style>
span { border-color: #BCB37A; }
span { border-color: rgb(188,179,122); }
td.TdClassName
{
border-color: #BCB37A;
}
.TagClassName
{
border-color: #BCB37A;
}
</style>