#E6BC8B

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

Shades of Burly Wood #E6BC8B

Tints of Burly Wood #E6BC8B

Color information

#E6BC8B (or 0xE6BC8B) is unknown color: approx Burly Wood. HEX triplet: E6, BC and 8B. RGB value is (230,188,139). Sum of RGB (Red+Green+Blue) = 230+188+139=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BC8B is #194374. Grayscale: #C3C3C3. Windows color (decimal): -1655669 or 9157862. OLE color: 9157862.

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

Color convert

RGB230188139-
CMYK00.180.400.10
HSL32.31º64.54%72.35%-
HSV(B)32.31º39.57%90.2%-
XYZ55.2854.6532.06-
YUV194.9796.41152.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 139 (54.69% from 255) = 24.96%
R=41.29%
G=33.75%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018813900.180.400.1032.3164.5472.35
HexE6BC8B01228A204148
Octal346274213022501240101110
Binary111001101011110010001011010010101000101010000010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BC8B; }

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

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

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

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

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

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

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

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