Shades of Ecru #BCB67B
Tints of Ecru #BCB67B
RGB
CMYK
RGB Variations
Color information
#BCB67B (or 0xBCB67B) is known color: Ecru. HEX triplet: BC, B6 and 7B. RGB value is (188,182,123). Sum of RGB (Red+Green+Blue) = 188+182+123=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB67B is #434984. Grayscale: #B1B1B1. Windows color (decimal): -4409733 or 8107708. OLE color: 8107708.
HSL color Cylindrical-coordinate representation of color #BCB67B: hue angle of 54.46º 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 #BCB67B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 123 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.26 |
| HSL | 54.46º | 0.33% | 0.61% | - |
| HSV(B) | 54.46º | 0.35% | 0.74% | - |
| XYZ | 41.04 | 45.58 | 25.37 | - |
| YUV | 177.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 123 | 0 | 0.03 | 0.35 | 0.26 | 54.46 | 0.33 | 0.61 |
| Hex | BC | B6 | 7B | 0 | 3 | 23 | 1A | 36 | 21 | 3D |
| Octal | 274 | 266 | 173 | 0 | 3 | 43 | 32 | 66 | 41 | 75 |
| Binary | 10111100 | 10110110 | 1111011 | 0 | 11 | 100011 | 11010 | 110110 | 100001 | 111101 |
Color Harmonies of #BCB67B
Complementary color
Monochromatic Colors of #BCB67B
Black with #BCB67B
Text Example
Text Example
White with #BCB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB67B; }
p { color: rgb(188,182,123); }
H1.HeaderClassName
{
color: #BCB67B;
}
.AnyTagClassName
{
color: #BCB67B;
}
</style>
background-color css
<style>
a { background-color: #BCB67B; }
a { background-color: rgb(188,182,123); }
div.DivClassName
{
background-color: #BCB67B;
}
.BgClassName
{
background-color: #BCB67B;
}
</style>
border-color css
<style>
span { border-color: #BCB67B; }
span { border-color: rgb(188,182,123); }
td.TdClassName
{
border-color: #BCB67B;
}
.TagClassName
{
border-color: #BCB67B;
}
</style>