Shades of Burly Wood #E3BA8B
Tints of Burly Wood #E3BA8B
RGB
CMYK
RGB Variations
Color information
#E3BA8B (or 0xE3BA8B) is known color: Burly Wood. HEX triplet: E3, BA and 8B. RGB value is (227,186,139). Sum of RGB (Red+Green+Blue) = 227+186+139=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA8B is #1C4574. Grayscale: #C1C1C1. Windows color (decimal): -1852789 or 9157347. OLE color: 9157347.
HSL color Cylindrical-coordinate representation of color #E3BA8B: hue angle of 32.05º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3BA8B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 139 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.11 |
| HSL | 32.05º | 0.61% | 0.72% | - |
| HSV(B) | 32.05º | 0.39% | 0.89% | - |
| XYZ | 53.9 | 53.31 | 31.88 | - |
| YUV | 192.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 139 | 0 | 0.18 | 0.39 | 0.11 | 32.05 | 0.61 | 0.72 |
| Hex | E3 | BA | 8B | 0 | 12 | 27 | B | 20 | 3D | 48 |
| Octal | 343 | 272 | 213 | 0 | 22 | 47 | 13 | 40 | 75 | 110 |
| Binary | 11100011 | 10111010 | 10001011 | 0 | 10010 | 100111 | 1011 | 100000 | 111101 | 1001000 |
Color Harmonies of #E3BA8B
Complementary color
Monochromatic Colors of #E3BA8B
Black with #E3BA8B
Text Example
Text Example
White with #E3BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA8B; }
p { color: rgb(227,186,139); }
H1.HeaderClassName
{
color: #E3BA8B;
}
.AnyTagClassName
{
color: #E3BA8B;
}
</style>
background-color css
<style>
a { background-color: #E3BA8B; }
a { background-color: rgb(227,186,139); }
div.DivClassName
{
background-color: #E3BA8B;
}
.BgClassName
{
background-color: #E3BA8B;
}
</style>
border-color css
<style>
span { border-color: #E3BA8B; }
span { border-color: rgb(227,186,139); }
td.TdClassName
{
border-color: #E3BA8B;
}
.TagClassName
{
border-color: #E3BA8B;
}
</style>