Html Css Color HEX #BE7246 Zest

📋 copy color: '#BE7246'

red 190 ◦ green 114 ◦ blue 70

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

Shades of Zest #BE7246

Tints of Zest #BE7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 50.8%
G = 30.48%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE7246 (or 0xBE7246) is known color: Zest. HEX triplet: BE, 72 and 46. RGB value is (190,114,70). Sum of RGB (Red+Green+Blue) = 190+114+70=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7246 is #418DB9. Grayscale: #838383. Windows color (decimal): -4296122 or 4616894. OLE color: 4616894.

HSL color Cylindrical-coordinate representation of color #BE7246: hue angle of 22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE7246 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 70 -
CMYK 0 0.40 0.63 0.25
HSL 22º 0.48% 0.51% -
HSV(B) 22º 0.63% 0.75% -
XYZ 28.36 23.42 8.82 -
YUV 131.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 190 114 70 0 0.40 0.63 0.25 22 0.48 0.51
Hex BE 72 46 0 28 3F 19 16 30 33
Octal 276 162 106 0 50 77 31 26 60 63
Binary 10111110 1110010 1000110 0 101000 111111 11001 10110 110000 110011

Color Harmonies of #BE7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7246

Black with #BE7246

Text Example


Text Example

White with #BE7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7246; }

 p { color: rgb(190,114,70); }

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

background-color css

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

 a { background-color: rgb(190,114,70); }

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

border-color css

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

 span { border-color: rgb(190,114,70); }

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