Shades of Ecru #BCAF7B
Tints of Ecru #BCAF7B
RGB
CMYK
RGB Variations
Color information
#BCAF7B (or 0xBCAF7B) is known color: Ecru. HEX triplet: BC, AF and 7B. RGB value is (188,175,123). Sum of RGB (Red+Green+Blue) = 188+175+123=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7B is #435084. Grayscale: #ADADAD. Windows color (decimal): -4411525 or 8105916. OLE color: 8105916.
HSL color Cylindrical-coordinate representation of color #BCAF7B: hue angle of 48º 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 #BCAF7B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 123 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.26 |
| HSL | 48º | 0.33% | 0.61% | - |
| HSV(B) | 48º | 0.35% | 0.74% | - |
| XYZ | 39.64 | 42.78 | 24.91 | - |
| YUV | 172.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 123 | 0 | 0.07 | 0.35 | 0.26 | 48 | 0.33 | 0.61 |
| Hex | BC | AF | 7B | 0 | 7 | 23 | 1A | 30 | 21 | 3D |
| Octal | 274 | 257 | 173 | 0 | 7 | 43 | 32 | 60 | 41 | 75 |
| Binary | 10111100 | 10101111 | 1111011 | 0 | 111 | 100011 | 11010 | 110000 | 100001 | 111101 |
Color Harmonies of #BCAF7B
Complementary color
Monochromatic Colors of #BCAF7B
Black with #BCAF7B
Text Example
Text Example
White with #BCAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF7B; }
p { color: rgb(188,175,123); }
H1.HeaderClassName
{
color: #BCAF7B;
}
.AnyTagClassName
{
color: #BCAF7B;
}
</style>
background-color css
<style>
a { background-color: #BCAF7B; }
a { background-color: rgb(188,175,123); }
div.DivClassName
{
background-color: #BCAF7B;
}
.BgClassName
{
background-color: #BCAF7B;
}
</style>
border-color css
<style>
span { border-color: #BCAF7B; }
span { border-color: rgb(188,175,123); }
td.TdClassName
{
border-color: #BCAF7B;
}
.TagClassName
{
border-color: #BCAF7B;
}
</style>