Shades of Ecru #BCAD7A
Tints of Ecru #BCAD7A
RGB
CMYK
RGB Variations
Color information
#BCAD7A (or 0xBCAD7A) is known color: Ecru. HEX triplet: BC, AD and 7A. RGB value is (188,173,122). Sum of RGB (Red+Green+Blue) = 188+173+122=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD7A is #435285. Grayscale: #ABABAB. Windows color (decimal): -4412038 or 8039868. OLE color: 8039868.
HSL color Cylindrical-coordinate representation of color #BCAD7A: hue angle of 46.36º 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 #BCAD7A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 122 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.26 |
| HSL | 46.36º | 0.33% | 0.61% | - |
| HSV(B) | 46.36º | 0.35% | 0.74% | - |
| XYZ | 39.2 | 41.98 | 24.45 | - |
| YUV | 171.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 122 | 0 | 0.08 | 0.35 | 0.26 | 46.36 | 0.33 | 0.61 |
| Hex | BC | AD | 7A | 0 | 8 | 23 | 1A | 2E | 21 | 3D |
| Octal | 274 | 255 | 172 | 0 | 10 | 43 | 32 | 56 | 41 | 75 |
| Binary | 10111100 | 10101101 | 1111010 | 0 | 1000 | 100011 | 11010 | 101110 | 100001 | 111101 |
Color Harmonies of #BCAD7A
Complementary color
Monochromatic Colors of #BCAD7A
Black with #BCAD7A
Text Example
Text Example
White with #BCAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD7A; }
p { color: rgb(188,173,122); }
H1.HeaderClassName
{
color: #BCAD7A;
}
.AnyTagClassName
{
color: #BCAD7A;
}
</style>
background-color css
<style>
a { background-color: #BCAD7A; }
a { background-color: rgb(188,173,122); }
div.DivClassName
{
background-color: #BCAD7A;
}
.BgClassName
{
background-color: #BCAD7A;
}
</style>
border-color css
<style>
span { border-color: #BCAD7A; }
span { border-color: rgb(188,173,122); }
td.TdClassName
{
border-color: #BCAD7A;
}
.TagClassName
{
border-color: #BCAD7A;
}
</style>