Html Css Color HEX #E6BD8B Burly Wood

📋 copy color: '#E6BD8B'

red 230 ◦ green 189 ◦ blue 139

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

Shades of Burly Wood #E6BD8B

Tints of Burly Wood #E6BD8B

RGB

 RED value IS 230 (90.23% from 255) = 41.22%

 GREEN value IS 189 (74.22% from 255) = 33.87%

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

R = 41.22%
G = 33.87%
B = 24.91%

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

#E6BD8B (or 0xE6BD8B) is known color: Burly Wood. HEX triplet: E6, BD and 8B. RGB value is (230,189,139). Sum of RGB (Red+Green+Blue) = 230+189+139=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BD8B is #194274. Grayscale: #C3C3C3. Windows color (decimal): -1655413 or 9158118. OLE color: 9158118.

HSL color Cylindrical-coordinate representation of color #E6BD8B: hue angle of 32.97º 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 #E6BD8B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 139 -
CMYK 0 0.18 0.40 0.10
HSL 32.97º 0.65% 0.72% -
HSV(B) 32.97º 0.4% 0.9% -
XYZ 55.49 55.08 32.13 -
YUV 195.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 230 189 139 0 0.18 0.40 0.10 32.97 0.65 0.72
Hex E6 BD 8B 0 12 28 A 21 41 48
Octal 346 275 213 0 22 50 12 41 101 110
Binary 11100110 10111101 10001011 0 10010 101000 1010 100001 1000001 1001000

Color Harmonies of #E6BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD8B

Black with #E6BD8B

Text Example


Text Example

White with #E6BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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