Shades of Ecru #BCB17A
Tints of Ecru #BCB17A
RGB
CMYK
RGB Variations
Color information
#BCB17A (or 0xBCB17A) is known color: Ecru. HEX triplet: BC, B1 and 7A. RGB value is (188,177,122). Sum of RGB (Red+Green+Blue) = 188+177+122=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB17A is #434E85. Grayscale: #AEAEAE. Windows color (decimal): -4411014 or 8040892. OLE color: 8040892.
HSL color Cylindrical-coordinate representation of color #BCB17A: hue angle of 50º 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 #BCB17A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 122 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.26 |
| HSL | 50º | 0.33% | 0.61% | - |
| HSV(B) | 50º | 0.35% | 0.74% | - |
| XYZ | 39.97 | 43.54 | 24.71 | - |
| YUV | 174.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 122 | 0 | 0.06 | 0.35 | 0.26 | 50 | 0.33 | 0.61 |
| Hex | BC | B1 | 7A | 0 | 6 | 23 | 1A | 32 | 21 | 3D |
| Octal | 274 | 261 | 172 | 0 | 6 | 43 | 32 | 62 | 41 | 75 |
| Binary | 10111100 | 10110001 | 1111010 | 0 | 110 | 100011 | 11010 | 110010 | 100001 | 111101 |
Color Harmonies of #BCB17A
Complementary color
Monochromatic Colors of #BCB17A
Black with #BCB17A
Text Example
Text Example
White with #BCB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB17A; }
p { color: rgb(188,177,122); }
H1.HeaderClassName
{
color: #BCB17A;
}
.AnyTagClassName
{
color: #BCB17A;
}
</style>
background-color css
<style>
a { background-color: #BCB17A; }
a { background-color: rgb(188,177,122); }
div.DivClassName
{
background-color: #BCB17A;
}
.BgClassName
{
background-color: #BCB17A;
}
</style>
border-color css
<style>
span { border-color: #BCB17A; }
span { border-color: rgb(188,177,122); }
td.TdClassName
{
border-color: #BCB17A;
}
.TagClassName
{
border-color: #BCB17A;
}
</style>