Shades of Ecru #BCB37B
Tints of Ecru #BCB37B
RGB
CMYK
RGB Variations
Color information
#BCB37B (or 0xBCB37B) is known color: Ecru. HEX triplet: BC, B3 and 7B. RGB value is (188,179,123). Sum of RGB (Red+Green+Blue) = 188+179+123=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37B is #434C84. Grayscale: #AFAFAF. Windows color (decimal): -4410501 or 8106940. OLE color: 8106940.
HSL color Cylindrical-coordinate representation of color #BCB37B: hue angle of 51.69º 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 #BCB37B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 123 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.26 |
| HSL | 51.69º | 0.33% | 0.61% | - |
| HSV(B) | 51.69º | 0.35% | 0.74% | - |
| XYZ | 40.43 | 44.36 | 25.17 | - |
| YUV | 175.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 123 | 0 | 0.05 | 0.35 | 0.26 | 51.69 | 0.33 | 0.61 |
| Hex | BC | B3 | 7B | 0 | 5 | 23 | 1A | 34 | 21 | 3D |
| Octal | 274 | 263 | 173 | 0 | 5 | 43 | 32 | 64 | 41 | 75 |
| Binary | 10111100 | 10110011 | 1111011 | 0 | 101 | 100011 | 11010 | 110100 | 100001 | 111101 |
Color Harmonies of #BCB37B
Complementary color
Monochromatic Colors of #BCB37B
Black with #BCB37B
Text Example
Text Example
White with #BCB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB37B; }
p { color: rgb(188,179,123); }
H1.HeaderClassName
{
color: #BCB37B;
}
.AnyTagClassName
{
color: #BCB37B;
}
</style>
background-color css
<style>
a { background-color: #BCB37B; }
a { background-color: rgb(188,179,123); }
div.DivClassName
{
background-color: #BCB37B;
}
.BgClassName
{
background-color: #BCB37B;
}
</style>
border-color css
<style>
span { border-color: #BCB37B; }
span { border-color: rgb(188,179,123); }
td.TdClassName
{
border-color: #BCB37B;
}
.TagClassName
{
border-color: #BCB37B;
}
</style>