#BE7840

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

Shades of Brandy Punch #BE7840

Tints of Brandy Punch #BE7840

Color information

#BE7840 (or 0xBE7840) is unknown color: approx Brandy Punch. HEX triplet: BE, 78 and 40. RGB value is (190,120,64). Sum of RGB (Red+Green+Blue) = 190+120+64=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7840 is #4187BF. Grayscale: #868686. Windows color (decimal): -4294592 or 4225214. OLE color: 4225214.

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

Color convert

RGB19012064-
CMYK00.370.660.25
HSL26.67º49.61%49.8%-
HSV(B)26.67º66.32%74.51%-
XYZ28.8824.758.11-
YUV134.5588.19167.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=50.80%
G=32.09%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901206400.370.660.2526.6749.6149.8
HexBE784002542191b3232
Octal27617010004510231336262
Binary1011111011110001000000010010110000101100111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7840; }

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

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

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

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

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

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

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

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