#BE7D46

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

Shades of Brandy Punch #BE7D46

Tints of Brandy Punch #BE7D46

Color information

#BE7D46 (or 0xBE7D46) is unknown color: approx Brandy Punch. HEX triplet: BE, 7D and 46. RGB value is (190,125,70). Sum of RGB (Red+Green+Blue) = 190+125+70=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D46 is #4182B9. Grayscale: #8A8A8A. Windows color (decimal): -4293306 or 4619710. OLE color: 4619710.

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

Color convert

RGB19012570-
CMYK00.340.630.25
HSL27.5º48%50.98%-
HSV(B)27.5º63.16%74.51%-
XYZ29.6726.069.26-
YUV138.1689.53164.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=49.35%
G=32.47%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901257000.340.630.2527.54850.98
HexBE7D460223F191c3033
Octal2761751060427731346063
Binary101111101111101100011001000101111111100111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D46; }

 p { color: rgb(190,125,70); }

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

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

 a { background-color: rgb(190,125,70); }

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

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

 span { border-color: rgb(190,125,70); }

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