Html Css Color HEX #BE743C Zest

📋 copy color: '#BE743C'

red 190 ◦ green 116 ◦ blue 60

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

Shades of Zest #BE743C

Tints of Zest #BE743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.39%

R = 51.91%
G = 31.69%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE743C (or 0xBE743C) is known color: Zest. HEX triplet: BE, 74 and 3C. RGB value is (190,116,60). Sum of RGB (Red+Green+Blue) = 190+116+60=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE743C is #418BC3. Grayscale: #848484. Windows color (decimal): -4295620 or 3962046. OLE color: 3962046.

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

Color convert

RGB 190 116 60 -
CMYK 0 0.39 0.68 0.25
HSL 25.85º 0.52% 0.49% -
HSV(B) 25.85º 0.68% 0.75% -
XYZ 28.3 23.76 7.37 -
YUV 131.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 190 116 60 0 0.39 0.68 0.25 25.85 0.52 0.49
Hex BE 74 3C 0 27 44 19 1A 34 31
Octal 276 164 74 0 47 104 31 32 64 61
Binary 10111110 1110100 111100 0 100111 1000100 11001 11010 110100 110001

Color Harmonies of #BE743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE743C

Black with #BE743C

Text Example


Text Example

White with #BE743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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