Html Css Color HEX #BE7045 Zest

📋 copy color: '#BE7045'

red 190 ◦ green 112 ◦ blue 69

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

Shades of Zest #BE7045

Tints of Zest #BE7045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 51.21%
G = 30.19%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE7045 (or 0xBE7045) is known color: Zest. HEX triplet: BE, 70 and 45. RGB value is (190,112,69). Sum of RGB (Red+Green+Blue) = 190+112+69=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7045 is #418FBA. Grayscale: #828282. Windows color (decimal): -4296635 or 4550846. OLE color: 4550846.

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

Color convert

RGB 190 112 69 -
CMYK 0 0.41 0.64 0.25
HSL 21.32º 0.48% 0.51% -
HSV(B) 21.32º 0.64% 0.75% -
XYZ 28.1 22.97 8.58 -
YUV 130.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 190 112 69 0 0.41 0.64 0.25 21.32 0.48 0.51
Hex BE 70 45 0 29 40 19 15 30 33
Octal 276 160 105 0 51 100 31 25 60 63
Binary 10111110 1110000 1000101 0 101001 1000000 11001 10101 110000 110011

Color Harmonies of #BE7045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7045

Black with #BE7045

Text Example


Text Example

White with #BE7045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7045; }

 p { color: rgb(190,112,69); }

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

background-color css

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

 a { background-color: rgb(190,112,69); }

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

border-color css

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

 span { border-color: rgb(190,112,69); }

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