Html Css Color HEX #BE7146 Zest

📋 copy color: '#BE7146'

red 190 ◦ green 113 ◦ blue 70

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

Shades of Zest #BE7146

Tints of Zest #BE7146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

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

R = 50.94%
G = 30.29%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE7146 (or 0xBE7146) is known color: Zest. HEX triplet: BE, 71 and 46. RGB value is (190,113,70). Sum of RGB (Red+Green+Blue) = 190+113+70=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7146 is #418EB9. Grayscale: #838383. Windows color (decimal): -4296378 or 4616638. OLE color: 4616638.

HSL color Cylindrical-coordinate representation of color #BE7146: hue angle of 21.5º 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 #BE7146 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 113 70 -
CMYK 0 0.41 0.63 0.25
HSL 21.5º 0.48% 0.51% -
HSV(B) 21.5º 0.63% 0.75% -
XYZ 28.25 23.2 8.78 -
YUV 131.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 190 113 70 0 0.41 0.63 0.25 21.5 0.48 0.51
Hex BE 71 46 0 29 3F 19 16 30 33
Octal 276 161 106 0 51 77 31 26 60 63
Binary 10111110 1110001 1000110 0 101001 111111 11001 10110 110000 110011

Color Harmonies of #BE7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7146

Black with #BE7146

Text Example


Text Example

White with #BE7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7146; }

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

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

background-color css

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

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

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

border-color css

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

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

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