Html Css Color HEX #BE7144 Zest

📋 copy color: '#BE7144'

red 190 ◦ green 113 ◦ blue 68

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

Shades of Zest #BE7144

Tints of Zest #BE7144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 51.21%
G = 30.46%
B = 18.33%

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

#BE7144 (or 0xBE7144) is known color: Zest. HEX triplet: BE, 71 and 44. RGB value is (190,113,68). Sum of RGB (Red+Green+Blue) = 190+113+68=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7144 is #418EBB. Grayscale: #838383. Windows color (decimal): -4296380 or 4485566. OLE color: 4485566.

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

Color convert

RGB 190 113 68 -
CMYK 0 0.41 0.64 0.25
HSL 22.13º 0.48% 0.51% -
HSV(B) 22.13º 0.64% 0.75% -
XYZ 28.18 23.17 8.46 -
YUV 130.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 190 113 68 0 0.41 0.64 0.25 22.13 0.48 0.51
Hex BE 71 44 0 29 40 19 16 30 33
Octal 276 161 104 0 51 100 31 26 60 63
Binary 10111110 1110001 1000100 0 101001 1000000 11001 10110 110000 110011

Color Harmonies of #BE7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7144

Black with #BE7144

Text Example


Text Example

White with #BE7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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