Html Css Color HEX #BE743F Zest

📋 copy color: '#BE743F'

red 190 ◦ green 116 ◦ blue 63

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

Shades of Zest #BE743F

Tints of Zest #BE743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

 BLUE value IS 63 (25% from 255) = 17.07%

R = 51.49%
G = 31.44%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE743F (or 0xBE743F) is known color: Zest. HEX triplet: BE, 74 and 3F. RGB value is (190,116,63). Sum of RGB (Red+Green+Blue) = 190+116+63=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE743F is #418BC0. Grayscale: #848484. Windows color (decimal): -4295617 or 4158654. OLE color: 4158654.

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

Color convert

RGB 190 116 63 -
CMYK 0 0.39 0.67 0.25
HSL 25.04º 0.5% 0.5% -
HSV(B) 25.04º 0.67% 0.75% -
XYZ 28.38 23.8 7.8 -
YUV 132.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 190 116 63 0 0.39 0.67 0.25 25.04 0.5 0.5
Hex BE 74 3F 0 27 43 19 19 32 32
Octal 276 164 77 0 47 103 31 31 62 62
Binary 10111110 1110100 111111 0 100111 1000011 11001 11001 110010 110010

Color Harmonies of #BE743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE743F

Black with #BE743F

Text Example


Text Example

White with #BE743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE743F; }

 p { color: rgb(190,116,63); }

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

background-color css

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

 a { background-color: rgb(190,116,63); }

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

border-color css

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

 span { border-color: rgb(190,116,63); }

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