#BE7549

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

Shades of Brandy Punch #BE7549

Tints of Brandy Punch #BE7549

Color information

#BE7549 (or 0xBE7549) is unknown color: approx Brandy Punch. HEX triplet: BE, 75 and 49. RGB value is (190,117,73). Sum of RGB (Red+Green+Blue) = 190+117+73=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7549 is #418AB6. Grayscale: #868686. Windows color (decimal): -4295351 or 4814270. OLE color: 4814270.

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

Color convert

RGB19011773-
CMYK00.380.620.25
HSL22.56º47.37%51.57%-
HSV(B)22.56º61.58%74.51%-
XYZ28.824.159.45-
YUV133.8193.68168.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=50%
G=30.79%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901177300.380.620.2522.5647.3751.57
HexBE75490263E19172f34
Octal2761651110467631275764
Binary101111101110101100100101001101111101100110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7549; }

 p { color: rgb(190,117,73); }

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

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

 a { background-color: rgb(190,117,73); }

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

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

 span { border-color: rgb(190,117,73); }

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