Html Css Color HEX #BE6E3E Zest

📋 copy color: '#BE6E3E'

red 190 ◦ green 110 ◦ blue 62

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

Shades of Zest #BE6E3E

Tints of Zest #BE6E3E

RGB

 RED value IS 190 (74.61% from 255) = 52.49%

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 62 (24.61% from 255) = 17.13%

R = 52.49%
G = 30.39%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE6E3E (or 0xBE6E3E) is known color: Zest. HEX triplet: BE, 6E and 3E. RGB value is (190,110,62). Sum of RGB (Red+Green+Blue) = 190+110+62=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E3E is #4191C1. Grayscale: #808080. Windows color (decimal): -4297154 or 4091582. OLE color: 4091582.

HSL color Cylindrical-coordinate representation of color #BE6E3E: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE6E3E is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 110 62 -
CMYK 0 0.42 0.67 0.25
HSL 22.5º 0.51% 0.49% -
HSV(B) 22.5º 0.67% 0.75% -
XYZ 27.68 22.45 7.43 -
YUV 128.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 190 110 62 0 0.42 0.67 0.25 22.5 0.51 0.49
Hex BE 6E 3E 0 2A 43 19 16 33 31
Octal 276 156 76 0 52 103 31 26 63 61
Binary 10111110 1101110 111110 0 101010 1000011 11001 10110 110011 110001

Color Harmonies of #BE6E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E3E

Black with #BE6E3E

Text Example


Text Example

White with #BE6E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E3E; }

 p { color: rgb(190,110,62); }

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

background-color css

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

 a { background-color: rgb(190,110,62); }

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

border-color css

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

 span { border-color: rgb(190,110,62); }

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