#BE804A

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

Shades of Brandy Punch #BE804A

Tints of Brandy Punch #BE804A

Color information

#BE804A (or 0xBE804A) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 4A. RGB value is (190,128,74). Sum of RGB (Red+Green+Blue) = 190+128+74=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE804A is #417FB5. Grayscale: #8C8C8C. Windows color (decimal): -4292534 or 4882622. OLE color: 4882622.

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

Color convert

RGB19012874-
CMYK00.330.610.25
HSL27.93º47.15%51.76%-
HSV(B)27.93º61.05%74.51%-
XYZ30.1926.8810.08-
YUV140.3890.54163.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 74 (29.30% from 255) = 18.88%
R=48.47%
G=32.65%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901287400.330.610.2527.9347.1551.76
HexBE804A0213D191c2f34
Octal2762001120417531345764
Binary1011111010000000100101001000011111011100111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE804A; }

 p { color: rgb(190,128,74); }

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

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

 a { background-color: rgb(190,128,74); }

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

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

 span { border-color: rgb(190,128,74); }

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