Shades of Ecru #BCB67F
Tints of Ecru #BCB67F
RGB
CMYK
RGB Variations
Color information
#BCB67F (or 0xBCB67F) is known color: Ecru. HEX triplet: BC, B6 and 7F. RGB value is (188,182,127). Sum of RGB (Red+Green+Blue) = 188+182+127=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB67F is #434980. Grayscale: #B1B1B1. Windows color (decimal): -4409729 or 8369852. OLE color: 8369852.
HSL color Cylindrical-coordinate representation of color #BCB67F: hue angle of 54.1º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCB67F is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 127 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.26 |
| HSL | 54.1º | 0.31% | 0.62% | - |
| HSV(B) | 54.1º | 0.32% | 0.74% | - |
| XYZ | 41.3 | 45.68 | 26.72 | - |
| YUV | 177.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 127 | 0 | 0.03 | 0.32 | 0.26 | 54.1 | 0.31 | 0.62 |
| Hex | BC | B6 | 7F | 0 | 3 | 20 | 1A | 36 | 1F | 3E |
| Octal | 274 | 266 | 177 | 0 | 3 | 40 | 32 | 66 | 37 | 76 |
| Binary | 10111100 | 10110110 | 1111111 | 0 | 11 | 100000 | 11010 | 110110 | 11111 | 111110 |
Color Harmonies of #BCB67F
Complementary color
Monochromatic Colors of #BCB67F
Black with #BCB67F
Text Example
Text Example
White with #BCB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB67F; }
p { color: rgb(188,182,127); }
H1.HeaderClassName
{
color: #BCB67F;
}
.AnyTagClassName
{
color: #BCB67F;
}
</style>
background-color css
<style>
a { background-color: #BCB67F; }
a { background-color: rgb(188,182,127); }
div.DivClassName
{
background-color: #BCB67F;
}
.BgClassName
{
background-color: #BCB67F;
}
</style>
border-color css
<style>
span { border-color: #BCB67F; }
span { border-color: rgb(188,182,127); }
td.TdClassName
{
border-color: #BCB67F;
}
.TagClassName
{
border-color: #BCB67F;
}
</style>