#BE7849

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

Shades of Brandy Punch #BE7849

Tints of Brandy Punch #BE7849

Color information

#BE7849 (or 0xBE7849) is unknown color: approx Brandy Punch. HEX triplet: BE, 78 and 49. RGB value is (190,120,73). Sum of RGB (Red+Green+Blue) = 190+120+73=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7849 is #4187B6. Grayscale: #878787. Windows color (decimal): -4294583 or 4815038. OLE color: 4815038.

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

Color convert

RGB19012073-
CMYK00.370.620.25
HSL24.1º47.37%51.57%-
HSV(B)24.1º61.58%74.51%-
XYZ29.1524.869.57-
YUV135.5792.69166.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=49.61%
G=31.33%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901207300.370.620.2524.147.3751.57
HexBE78490253E19182f34
Octal2761701110457631305764
Binary101111101111000100100101001011111101100111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7849; }

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

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

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

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

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

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

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

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