#BE7848

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

Shades of Brandy Punch #BE7848

Tints of Brandy Punch #BE7848

Color information

#BE7848 (or 0xBE7848) is unknown color: approx Brandy Punch. HEX triplet: BE, 78 and 48. RGB value is (190,120,72). Sum of RGB (Red+Green+Blue) = 190+120+72=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7848 is #4187B7. Grayscale: #878787. Windows color (decimal): -4294584 or 4749502. OLE color: 4749502.

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

Color convert

RGB19012072-
CMYK00.370.620.25
HSL24.41º47.58%51.37%-
HSV(B)24.41º62.11%74.51%-
XYZ29.1224.859.39-
YUV135.4692.19166.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=49.74%
G=31.41%
B=18.85%

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
Decimal1901207200.370.620.2524.4147.5851.37
HexBE78480253E19183033
Octal2761701100457631306063
Binary101111101111000100100001001011111101100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7848; }

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

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

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

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

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

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

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

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