Html Css Color HEX #E6BC8B Burly Wood

📋 copy color: '#E6BC8B'

red 230 ◦ green 188 ◦ blue 139

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

Shades of Burly Wood #E6BC8B

Tints of Burly Wood #E6BC8B

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 value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6BC8B (or 0xE6BC8B) is known color: 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

RGB 230 188 139 -
CMYK 0 0.18 0.40 0.10
HSL 32.31º 0.65% 0.72% -
HSV(B) 32.31º 0.4% 0.9% -
XYZ 55.28 54.65 32.06 -
YUV 194.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 230 188 139 0 0.18 0.40 0.10 32.31 0.65 0.72
Hex E6 BC 8B 0 12 28 A 20 41 48
Octal 346 274 213 0 22 50 12 40 101 110
Binary 11100110 10111100 10001011 0 10010 101000 1010 100000 1000001 1001000

Color Harmonies of #E6BC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC8B

Black with #E6BC8B

Text Example


Text Example

White with #E6BC8B

Text Example


Text Example

HTML Codes & Css Web 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>