Html Css Color HEX #E1BC8B Burly Wood

📋 copy color: '#E1BC8B'

red 225 ◦ green 188 ◦ blue 139

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

Shades of Burly Wood #E1BC8B

Tints of Burly Wood #E1BC8B

RGB

 RED value IS 225 (88.28% from 255) = 40.76%

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

 BLUE value IS 139 (54.69% from 255) = 25.18%

R = 40.76%
G = 34.06%
B = 25.18%

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

#E1BC8B (or 0xE1BC8B) is known color: Burly Wood. HEX triplet: E1, BC and 8B. RGB value is (225,188,139). Sum of RGB (Red+Green+Blue) = 225+188+139=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC8B is #1E4374. Grayscale: #C1C1C1. Windows color (decimal): -1983349 or 9157857. OLE color: 9157857.

HSL color Cylindrical-coordinate representation of color #E1BC8B: hue angle of 34.19º degrees, saturation: 0.59, 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 #E1BC8B is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 188 139 -
CMYK 0 0.16 0.38 0.12
HSL 34.19º 0.59% 0.71% -
HSV(B) 34.19º 0.38% 0.88% -
XYZ 53.69 53.84 31.99 -
YUV 193.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 225 188 139 0 0.16 0.38 0.12 34.19 0.59 0.71
Hex E1 BC 8B 0 10 26 C 22 3B 47
Octal 341 274 213 0 20 46 14 42 73 107
Binary 11100001 10111100 10001011 0 10000 100110 1100 100010 111011 1000111

Color Harmonies of #E1BC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC8B

Black with #E1BC8B

Text Example


Text Example

White with #E1BC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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