Shades of Burly Wood #E2BC8C
Tints of Burly Wood #E2BC8C
RGB
CMYK
RGB Variations
Color information
#E2BC8C (or 0xE2BC8C) is known color: Burly Wood. HEX triplet: E2, BC and 8C. RGB value is (226,188,140). Sum of RGB (Red+Green+Blue) = 226+188+140=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC8C is #1D4373. Grayscale: #C2C2C2. Windows color (decimal): -1917812 or 9223394. OLE color: 9223394.
HSL color Cylindrical-coordinate representation of color #E2BC8C: hue angle of 33.49º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2BC8C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 140 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.11 |
| HSL | 33.49º | 0.6% | 0.72% | - |
| HSV(B) | 33.49º | 0.38% | 0.89% | - |
| XYZ | 54.08 | 54.03 | 32.39 | - |
| YUV | 193.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 140 | 0 | 0.17 | 0.38 | 0.11 | 33.49 | 0.6 | 0.72 |
| Hex | E2 | BC | 8C | 0 | 11 | 26 | B | 21 | 3C | 48 |
| Octal | 342 | 274 | 214 | 0 | 21 | 46 | 13 | 41 | 74 | 110 |
| Binary | 11100010 | 10111100 | 10001100 | 0 | 10001 | 100110 | 1011 | 100001 | 111100 | 1001000 |
Color Harmonies of #E2BC8C
Complementary color
Monochromatic Colors of #E2BC8C
Black with #E2BC8C
Text Example
Text Example
White with #E2BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC8C; }
p { color: rgb(226,188,140); }
H1.HeaderClassName
{
color: #E2BC8C;
}
.AnyTagClassName
{
color: #E2BC8C;
}
</style>
background-color css
<style>
a { background-color: #E2BC8C; }
a { background-color: rgb(226,188,140); }
div.DivClassName
{
background-color: #E2BC8C;
}
.BgClassName
{
background-color: #E2BC8C;
}
</style>
border-color css
<style>
span { border-color: #E2BC8C; }
span { border-color: rgb(226,188,140); }
td.TdClassName
{
border-color: #E2BC8C;
}
.TagClassName
{
border-color: #E2BC8C;
}
</style>