Html Css Color HEX #BE6C40 Zest

📋 copy color: '#BE6C40'

red 190 ◦ green 108 ◦ blue 64

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

Shades of Zest #BE6C40

Tints of Zest #BE6C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 52.49%
G = 29.83%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE6C40 (or 0xBE6C40) is known color: Zest. HEX triplet: BE, 6C and 40. RGB value is (190,108,64). Sum of RGB (Red+Green+Blue) = 190+108+64=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6C40 is #4193BF. Grayscale: #7F7F7F. Windows color (decimal): -4297664 or 4222142. OLE color: 4222142.

HSL color Cylindrical-coordinate representation of color #BE6C40: hue angle of 20.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE6C40 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 108 64 -
CMYK 0 0.43 0.66 0.25
HSL 20.95º 0.5% 0.5% -
HSV(B) 20.95º 0.66% 0.75% -
XYZ 27.52 22.04 7.65 -
YUV 127.5 92.17 172.58 -
System Red Green Blue C M Y K H S L
Decimal 190 108 64 0 0.43 0.66 0.25 20.95 0.5 0.5
Hex BE 6C 40 0 2B 42 19 15 32 32
Octal 276 154 100 0 53 102 31 25 62 62
Binary 10111110 1101100 1000000 0 101011 1000010 11001 10101 110010 110010

Color Harmonies of #BE6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C40

Black with #BE6C40

Text Example


Text Example

White with #BE6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C40; }

 p { color: rgb(190,108,64); }

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

background-color css

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

 a { background-color: rgb(190,108,64); }

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

border-color css

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

 span { border-color: rgb(190,108,64); }

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