Html Css Color HEX #BE743B Zest

📋 copy color: '#BE743B'

red 190 ◦ green 116 ◦ blue 59

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

Shades of Zest #BE743B

Tints of Zest #BE743B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 52.05%
G = 31.78%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE743B (or 0xBE743B) is known color: Zest. HEX triplet: BE, 74 and 3B. RGB value is (190,116,59). Sum of RGB (Red+Green+Blue) = 190+116+59=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE743B is #418BC4. Grayscale: #838383. Windows color (decimal): -4295621 or 3896510. OLE color: 3896510.

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

Color convert

RGB 190 116 59 -
CMYK 0 0.39 0.69 0.25
HSL 26.11º 0.53% 0.49% -
HSV(B) 26.11º 0.69% 0.75% -
XYZ 28.27 23.75 7.23 -
YUV 131.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 190 116 59 0 0.39 0.69 0.25 26.11 0.53 0.49
Hex BE 74 3B 0 27 45 19 1A 35 31
Octal 276 164 73 0 47 105 31 32 65 61
Binary 10111110 1110100 111011 0 100111 1000101 11001 11010 110101 110001

Color Harmonies of #BE743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE743B

Black with #BE743B

Text Example


Text Example

White with #BE743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE743B; }

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

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

background-color css

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

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

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

border-color css

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

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

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