Html Css Color HEX #BE6D3E Zest

📋 copy color: '#BE6D3E'

red 190 ◦ green 109 ◦ blue 62

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

Shades of Zest #BE6D3E

Tints of Zest #BE6D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

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

R = 52.63%
G = 30.19%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE6D3E (or 0xBE6D3E) is known color: Zest. HEX triplet: BE, 6D and 3E. RGB value is (190,109,62). Sum of RGB (Red+Green+Blue) = 190+109+62=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D3E is #4192C1. Grayscale: #808080. Windows color (decimal): -4297410 or 4091326. OLE color: 4091326.

HSL color Cylindrical-coordinate representation of color #BE6D3E: hue angle of 22.03º 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 #BE6D3E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 109 62 -
CMYK 0 0.43 0.67 0.25
HSL 22.03º 0.51% 0.49% -
HSV(B) 22.03º 0.67% 0.75% -
XYZ 27.57 22.23 7.4 -
YUV 127.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 190 109 62 0 0.43 0.67 0.25 22.03 0.51 0.49
Hex BE 6D 3E 0 2B 43 19 16 33 31
Octal 276 155 76 0 53 103 31 26 63 61
Binary 10111110 1101101 111110 0 101011 1000011 11001 10110 110011 110001

Color Harmonies of #BE6D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D3E

Black with #BE6D3E

Text Example


Text Example

White with #BE6D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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