Html Css Color HEX #BE6B3E Zest

📋 copy color: '#BE6B3E'

red 190 ◦ green 107 ◦ blue 62

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

Shades of Zest #BE6B3E

Tints of Zest #BE6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.81%

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

R = 52.92%
G = 29.81%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE6B3E (or 0xBE6B3E) is known color: Zest. HEX triplet: BE, 6B and 3E. RGB value is (190,107,62). Sum of RGB (Red+Green+Blue) = 190+107+62=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B3E is #4194C1. Grayscale: #7E7E7E. Windows color (decimal): -4297922 or 4090814. OLE color: 4090814.

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

Color convert

RGB 190 107 62 -
CMYK 0 0.44 0.67 0.25
HSL 21.09º 0.51% 0.49% -
HSV(B) 21.09º 0.67% 0.75% -
XYZ 27.36 21.81 7.33 -
YUV 126.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 190 107 62 0 0.44 0.67 0.25 21.09 0.51 0.49
Hex BE 6B 3E 0 2C 43 19 15 33 31
Octal 276 153 76 0 54 103 31 25 63 61
Binary 10111110 1101011 111110 0 101100 1000011 11001 10101 110011 110001

Color Harmonies of #BE6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B3E

Black with #BE6B3E

Text Example


Text Example

White with #BE6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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