#BE7640

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

Shades of Brandy Punch #BE7640

Tints of Brandy Punch #BE7640

Color information

#BE7640 (or 0xBE7640) is unknown color: approx Brandy Punch. HEX triplet: BE, 76 and 40. RGB value is (190,118,64). Sum of RGB (Red+Green+Blue) = 190+118+64=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7640 is #4189BF. Grayscale: #858585. Windows color (decimal): -4295104 or 4224702. OLE color: 4224702.

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

Color convert

RGB19011864-
CMYK00.380.660.25
HSL25.71º49.61%49.8%-
HSV(B)25.71º66.32%74.51%-
XYZ28.6424.278.03-
YUV133.3788.85168.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=51.08%
G=31.72%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901186400.380.660.2525.7149.6149.8
HexBE764002642191a3232
Octal27616610004610231326262
Binary1011111011101101000000010011010000101100111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7640; }

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

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

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

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

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

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

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

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