Shades of Ecru #BCB378
Tints of Ecru #BCB378
RGB
CMYK
RGB Variations
Color information
#BCB378 (or 0xBCB378) is known color: Ecru. HEX triplet: BC, B3 and 78. RGB value is (188,179,120). Sum of RGB (Red+Green+Blue) = 188+179+120=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB378 is #434C87. Grayscale: #AFAFAF. Windows color (decimal): -4410504 or 7910332. OLE color: 7910332.
HSL color Cylindrical-coordinate representation of color #BCB378: hue angle of 52.06º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCB378 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 120 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.26 |
| HSL | 52.06º | 0.34% | 0.6% | - |
| HSV(B) | 52.06º | 0.36% | 0.74% | - |
| XYZ | 40.25 | 44.29 | 24.2 | - |
| YUV | 174.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 120 | 0 | 0.05 | 0.36 | 0.26 | 52.06 | 0.34 | 0.6 |
| Hex | BC | B3 | 78 | 0 | 5 | 24 | 1A | 34 | 22 | 3C |
| Octal | 274 | 263 | 170 | 0 | 5 | 44 | 32 | 64 | 42 | 74 |
| Binary | 10111100 | 10110011 | 1111000 | 0 | 101 | 100100 | 11010 | 110100 | 100010 | 111100 |
Color Harmonies of #BCB378
Complementary color
Monochromatic Colors of #BCB378
Black with #BCB378
Text Example
Text Example
White with #BCB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB378; }
p { color: rgb(188,179,120); }
H1.HeaderClassName
{
color: #BCB378;
}
.AnyTagClassName
{
color: #BCB378;
}
</style>
background-color css
<style>
a { background-color: #BCB378; }
a { background-color: rgb(188,179,120); }
div.DivClassName
{
background-color: #BCB378;
}
.BgClassName
{
background-color: #BCB378;
}
</style>
border-color css
<style>
span { border-color: #BCB378; }
span { border-color: rgb(188,179,120); }
td.TdClassName
{
border-color: #BCB378;
}
.TagClassName
{
border-color: #BCB378;
}
</style>