#BE774D

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

Shades of Brandy Punch #BE774D

Tints of Brandy Punch #BE774D

Color information

#BE774D (or 0xBE774D) is unknown color: approx Brandy Punch. HEX triplet: BE, 77 and 4D. RGB value is (190,119,77). Sum of RGB (Red+Green+Blue) = 190+119+77=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE774D is #4188B2. Grayscale: #878787. Windows color (decimal): -4294835 or 5076926. OLE color: 5076926.

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

Color convert

RGB19011977-
CMYK00.370.590.25
HSL22.3º46.5%52.35%-
HSV(B)22.3º59.47%74.51%-
XYZ29.1724.6810.25-
YUV135.4495.02166.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=49.22%
G=30.83%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901197700.370.590.2522.346.552.35
HexBE774D0253B19162f34
Octal2761671150457331265764
Binary101111101110111100110101001011110111100110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE774D; }

 p { color: rgb(190,119,77); }

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

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

 a { background-color: rgb(190,119,77); }

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

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

 span { border-color: rgb(190,119,77); }

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