Shades of Ecru #BCAB7B
Tints of Ecru #BCAB7B
RGB
CMYK
RGB Variations
Color information
#BCAB7B (or 0xBCAB7B) is known color: Ecru. HEX triplet: BC, AB and 7B. RGB value is (188,171,123). Sum of RGB (Red+Green+Blue) = 188+171+123=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7B is #435484. Grayscale: #AAAAAA. Windows color (decimal): -4412549 or 8104892. OLE color: 8104892.
HSL color Cylindrical-coordinate representation of color #BCAB7B: hue angle of 44.31º 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 #BCAB7B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 123 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.26 |
| HSL | 44.31º | 0.33% | 0.61% | - |
| HSV(B) | 44.31º | 0.35% | 0.74% | - |
| XYZ | 38.88 | 41.25 | 24.65 | - |
| YUV | 170.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 123 | 0 | 0.09 | 0.35 | 0.26 | 44.31 | 0.33 | 0.61 |
| Hex | BC | AB | 7B | 0 | 9 | 23 | 1A | 2C | 21 | 3D |
| Octal | 274 | 253 | 173 | 0 | 11 | 43 | 32 | 54 | 41 | 75 |
| Binary | 10111100 | 10101011 | 1111011 | 0 | 1001 | 100011 | 11010 | 101100 | 100001 | 111101 |
Color Harmonies of #BCAB7B
Complementary color
Monochromatic Colors of #BCAB7B
Black with #BCAB7B
Text Example
Text Example
White with #BCAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB7B; }
p { color: rgb(188,171,123); }
H1.HeaderClassName
{
color: #BCAB7B;
}
.AnyTagClassName
{
color: #BCAB7B;
}
</style>
background-color css
<style>
a { background-color: #BCAB7B; }
a { background-color: rgb(188,171,123); }
div.DivClassName
{
background-color: #BCAB7B;
}
.BgClassName
{
background-color: #BCAB7B;
}
</style>
border-color css
<style>
span { border-color: #BCAB7B; }
span { border-color: rgb(188,171,123); }
td.TdClassName
{
border-color: #BCAB7B;
}
.TagClassName
{
border-color: #BCAB7B;
}
</style>