#BE7740

Color #BE7740 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BE7740

Tints of Brandy Punch #BE7740

Color information

#BE7740 (or 0xBE7740) is unknown color: approx Brandy Punch. HEX triplet: BE, 77 and 40. RGB value is (190,119,64). Sum of RGB (Red+Green+Blue) = 190+119+64=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7740 is #4188BF. Grayscale: #868686. Windows color (decimal): -4294848 or 4224958. OLE color: 4224958.

HSL color Cylindrical-coordinate representation of color #BE7740: hue angle of 26.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE7740 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19011964-
CMYK00.370.660.25
HSL26.19º49.61%49.8%-
HSV(B)26.19º66.32%74.51%-
XYZ28.7624.518.07-
YUV133.9688.52167.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=50.94%
G=31.90%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901196400.370.660.2526.1949.6149.8
HexBE774002542191a3232
Octal27616710004510231326262
Binary1011111011101111000000010010110000101100111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7740; }

 p { color: rgb(190,119,64); }

 H1.HeaderClassName
 {
   color: #BE7740;
 }
 .AnyTagClassName
 {
   color: #BE7740;
 }
</style>
background-color css

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

 a { background-color: rgb(190,119,64); }

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

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

 span { border-color: rgb(190,119,64); }

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