#BE7745

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

Shades of Brandy Punch #BE7745

Tints of Brandy Punch #BE7745

Color information

#BE7745 (or 0xBE7745) is unknown color: approx Brandy Punch. HEX triplet: BE, 77 and 45. RGB value is (190,119,69). Sum of RGB (Red+Green+Blue) = 190+119+69=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7745 is #4188BA. Grayscale: #868686. Windows color (decimal): -4294843 or 4552638. OLE color: 4552638.

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

Color convert

RGB19011969-
CMYK00.370.640.25
HSL24.79º48.21%50.78%-
HSV(B)24.79º63.68%74.51%-
XYZ28.9124.578.85-
YUV134.5391.02167.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=50.26%
G=31.48%
B=18.25%

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
Decimal1901196900.370.640.2524.7948.2150.78
HexBE77450254019193033
Octal27616710504510031316063
Binary1011111011101111000101010010110000001100111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7745; }

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

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

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

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

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

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

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

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