#BE7844

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

Shades of Brandy Punch #BE7844

Tints of Brandy Punch #BE7844

Color information

#BE7844 (or 0xBE7844) is unknown color: approx Brandy Punch. HEX triplet: BE, 78 and 44. RGB value is (190,120,68). Sum of RGB (Red+Green+Blue) = 190+120+68=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7844 is #4187BB. Grayscale: #878787. Windows color (decimal): -4294588 or 4487358. OLE color: 4487358.

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

Color convert

RGB19012068-
CMYK00.370.640.25
HSL25.57º48.41%50.59%-
HSV(B)25.57º64.21%74.51%-
XYZ2924.88.73-
YUV13590.19167.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=50.26%
G=31.75%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901206800.370.640.2525.5748.4150.59
HexBE784402540191a3033
Octal27617010404510031326063
Binary1011111011110001000100010010110000001100111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7844; }

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

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

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

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

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

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

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

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