Shades of Ecru #BCB07A
Tints of Ecru #BCB07A
RGB
CMYK
RGB Variations
Color information
#BCB07A (or 0xBCB07A) is known color: Ecru. HEX triplet: BC, B0 and 7A. RGB value is (188,176,122). Sum of RGB (Red+Green+Blue) = 188+176+122=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB07A is #434F85. Grayscale: #ADADAD. Windows color (decimal): -4411270 or 8040636. OLE color: 8040636.
HSL color Cylindrical-coordinate representation of color #BCB07A: hue angle of 49.09º 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 #BCB07A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 122 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.26 |
| HSL | 49.09º | 0.33% | 0.61% | - |
| HSV(B) | 49.09º | 0.35% | 0.74% | - |
| XYZ | 39.78 | 43.15 | 24.64 | - |
| YUV | 173.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 122 | 0 | 0.06 | 0.35 | 0.26 | 49.09 | 0.33 | 0.61 |
| Hex | BC | B0 | 7A | 0 | 6 | 23 | 1A | 31 | 21 | 3D |
| Octal | 274 | 260 | 172 | 0 | 6 | 43 | 32 | 61 | 41 | 75 |
| Binary | 10111100 | 10110000 | 1111010 | 0 | 110 | 100011 | 11010 | 110001 | 100001 | 111101 |
Color Harmonies of #BCB07A
Complementary color
Monochromatic Colors of #BCB07A
Black with #BCB07A
Text Example
Text Example
White with #BCB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB07A; }
p { color: rgb(188,176,122); }
H1.HeaderClassName
{
color: #BCB07A;
}
.AnyTagClassName
{
color: #BCB07A;
}
</style>
background-color css
<style>
a { background-color: #BCB07A; }
a { background-color: rgb(188,176,122); }
div.DivClassName
{
background-color: #BCB07A;
}
.BgClassName
{
background-color: #BCB07A;
}
</style>
border-color css
<style>
span { border-color: #BCB07A; }
span { border-color: rgb(188,176,122); }
td.TdClassName
{
border-color: #BCB07A;
}
.TagClassName
{
border-color: #BCB07A;
}
</style>