Shades of Ecru #BCB176
Tints of Ecru #BCB176
RGB
CMYK
RGB Variations
Color information
#BCB176 (or 0xBCB176) is known color: Ecru. HEX triplet: BC, B1 and 76. RGB value is (188,177,118). Sum of RGB (Red+Green+Blue) = 188+177+118=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB176 is #434E89. Grayscale: #ADADAD. Windows color (decimal): -4411018 or 7778748. OLE color: 7778748.
HSL color Cylindrical-coordinate representation of color #BCB176: hue angle of 50.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCB176 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 118 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.26 |
| HSL | 50.57º | 0.34% | 0.6% | - |
| HSV(B) | 50.57º | 0.37% | 0.74% | - |
| XYZ | 39.73 | 43.44 | 23.43 | - |
| YUV | 173.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 118 | 0 | 0.06 | 0.37 | 0.26 | 50.57 | 0.34 | 0.6 |
| Hex | BC | B1 | 76 | 0 | 6 | 25 | 1A | 33 | 22 | 3C |
| Octal | 274 | 261 | 166 | 0 | 6 | 45 | 32 | 63 | 42 | 74 |
| Binary | 10111100 | 10110001 | 1110110 | 0 | 110 | 100101 | 11010 | 110011 | 100010 | 111100 |
Color Harmonies of #BCB176
Complementary color
Monochromatic Colors of #BCB176
Black with #BCB176
Text Example
Text Example
White with #BCB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB176; }
p { color: rgb(188,177,118); }
H1.HeaderClassName
{
color: #BCB176;
}
.AnyTagClassName
{
color: #BCB176;
}
</style>
background-color css
<style>
a { background-color: #BCB176; }
a { background-color: rgb(188,177,118); }
div.DivClassName
{
background-color: #BCB176;
}
.BgClassName
{
background-color: #BCB176;
}
</style>
border-color css
<style>
span { border-color: #BCB176; }
span { border-color: rgb(188,177,118); }
td.TdClassName
{
border-color: #BCB176;
}
.TagClassName
{
border-color: #BCB176;
}
</style>