Html Css Color HEX #E2BC8B Burly Wood

📋 copy color: '#E2BC8B'

red 226 ◦ green 188 ◦ blue 139

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

Shades of Burly Wood #E2BC8B

Tints of Burly Wood #E2BC8B

RGB

 RED value IS 226 (88.67% from 255) = 40.87%

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

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

R = 40.87%
G = 34%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2BC8B (or 0xE2BC8B) is known color: Burly Wood. HEX triplet: E2, BC and 8B. RGB value is (226,188,139). Sum of RGB (Red+Green+Blue) = 226+188+139=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC8B is #1D4374. Grayscale: #C2C2C2. Windows color (decimal): -1917813 or 9157858. OLE color: 9157858.

HSL color Cylindrical-coordinate representation of color #E2BC8B: hue angle of 33.79º 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 #E2BC8B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 139 -
CMYK 0 0.17 0.38 0.11
HSL 33.79º 0.6% 0.72% -
HSV(B) 33.79º 0.38% 0.89% -
XYZ 54.01 54 32 -
YUV 193.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 226 188 139 0 0.17 0.38 0.11 33.79 0.6 0.72
Hex E2 BC 8B 0 11 26 B 22 3C 48
Octal 342 274 213 0 21 46 13 42 74 110
Binary 11100010 10111100 10001011 0 10001 100110 1011 100010 111100 1001000

Color Harmonies of #E2BC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BC8B

Black with #E2BC8B

Text Example


Text Example

White with #E2BC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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