#BE7C48

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

Shades of Brandy Punch #BE7C48

Tints of Brandy Punch #BE7C48

Color information

#BE7C48 (or 0xBE7C48) is unknown color: approx Brandy Punch. HEX triplet: BE, 7C and 48. RGB value is (190,124,72). Sum of RGB (Red+Green+Blue) = 190+124+72=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C48 is #4183B7. Grayscale: #8A8A8A. Windows color (decimal): -4293560 or 4750526. OLE color: 4750526.

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

Color convert

RGB19012472-
CMYK00.350.620.25
HSL26.44º47.58%51.37%-
HSV(B)26.44º62.11%74.51%-
XYZ29.6125.839.56-
YUV137.8190.87165.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=49.22%
G=32.12%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901247200.350.620.2526.4447.5851.37
HexBE7C480233E191a3033
Octal2761741100437631326063
Binary101111101111100100100001000111111101100111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C48; }

 p { color: rgb(190,124,72); }

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

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

 a { background-color: rgb(190,124,72); }

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

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

 span { border-color: rgb(190,124,72); }

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