Html Css Color HEX #E0BC8C Burly Wood

📋 copy color: '#E0BC8C'

red 224 ◦ green 188 ◦ blue 140

#E0BC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burly Wood #E0BC8C

Tints of Burly Wood #E0BC8C

RGB

 RED value IS 224 (87.89% from 255) = 40.58%

 GREEN value IS 188 (73.83% from 255) = 34.06%

 BLUE value IS 140 (55.08% from 255) = 25.36%

R = 40.58%
G = 34.06%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0BC8C (or 0xE0BC8C) is known color: Burly Wood. HEX triplet: E0, BC and 8C. RGB value is (224,188,140). Sum of RGB (Red+Green+Blue) = 224+188+140=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC8C is #1F4373. Grayscale: #C1C1C1. Windows color (decimal): -2048884 or 9223392. OLE color: 9223392.

HSL color Cylindrical-coordinate representation of color #E0BC8C: hue angle of 34.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0BC8C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 140 -
CMYK 0 0.16 0.38 0.12
HSL 34.29º 0.58% 0.71% -
HSV(B) 34.29º 0.38% 0.88% -
XYZ 53.46 53.71 32.36 -
YUV 193.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 224 188 140 0 0.16 0.38 0.12 34.29 0.58 0.71
Hex E0 BC 8C 0 10 26 C 22 3A 47
Octal 340 274 214 0 20 46 14 42 72 107
Binary 11100000 10111100 10001100 0 10000 100110 1100 100010 111010 1000111

Color Harmonies of #E0BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC8C

Black with #E0BC8C

Text Example


Text Example

White with #E0BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC8C; }

 p { color: rgb(224,188,140); }

 H1.HeaderClassName
 {
   color: #E0BC8C;
 }
 .AnyTagClassName
 {
   color: #E0BC8C;
 }
</style>

background-color css

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

 a { background-color: rgb(224,188,140); }

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

border-color css

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

 span { border-color: rgb(224,188,140); }

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