#BE7739

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

Shades of Brandy Punch #BE7739

Tints of Brandy Punch #BE7739

Color information

#BE7739 (or 0xBE7739) is unknown color: approx Brandy Punch. HEX triplet: BE, 77 and 39. RGB value is (190,119,57). Sum of RGB (Red+Green+Blue) = 190+119+57=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7739 is #4188C6. Grayscale: #858585. Windows color (decimal): -4294855 or 3766206. OLE color: 3766206.

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

Color convert

RGB19011957-
CMYK00.370.70.25
HSL27.97º53.85%48.43%-
HSV(B)27.97º70%74.51%-
XYZ28.5724.447.08-
YUV133.1685.02168.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 57 (22.66% from 255) = 15.57%
R=51.91%
G=32.51%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901195700.370.70.2527.9753.8548.43
HexBE773902546191c3630
Octal2761677104510631346660
Binary101111101110111111001010010110001101100111100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7739; }

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

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

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

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

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

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

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

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