#E5BC8B

Color #E5BC8B Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #E5BC8B

Tints of Burly Wood #E5BC8B

Color information

#E5BC8B (or 0xE5BC8B) is unknown color: approx Burly Wood. HEX triplet: E5, BC and 8B. RGB value is (229,188,139). Sum of RGB (Red+Green+Blue) = 229+188+139=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC8B is #1A4374. Grayscale: #C2C2C2. Windows color (decimal): -1721205 or 9157861. OLE color: 9157861.

HSL color Cylindrical-coordinate representation of color #E5BC8B: hue angle of 32.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5BC8B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB229188139-
CMYK00.180.390.10
HSL32.67º63.38%72.16%-
HSV(B)32.67º39.3%89.8%-
XYZ54.9654.4932.05-
YUV194.6796.58152.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 139 (54.69% from 255) = 25%
R=41.19%
G=33.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918813900.180.390.1032.6763.3872.16
HexE5BC8B01227A213f48
Octal34527421302247124177110
Binary11100101101111001000101101001010011110101000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC8B; }

 p { color: rgb(229,188,139); }

 H1.HeaderClassName
 {
   color: #E5BC8B;
 }
 .AnyTagClassName
 {
   color: #E5BC8B;
 }
</style>
background-color css

<style>
 a { background-color: #E5BC8B; }

 a { background-color: rgb(229,188,139); }

 div.DivClassName
 {
   background-color: #E5BC8B;
 }
 .BgClassName
 {
   background-color: #E5BC8B;
 }
</style>
border-color css

<style>
 span { border-color: #E5BC8B; }

 span { border-color: rgb(229,188,139); }

 td.TdClassName
 {
   border-color: #E5BC8B;
 }
 .TagClassName
 {
   border-color: #E5BC8B;
 }
</style>