#BE7A45

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

Shades of Brandy Punch #BE7A45

Tints of Brandy Punch #BE7A45

Color information

#BE7A45 (or 0xBE7A45) is unknown color: approx Brandy Punch. HEX triplet: BE, 7A and 45. RGB value is (190,122,69). Sum of RGB (Red+Green+Blue) = 190+122+69=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A45 is #4185BA. Grayscale: #888888. Windows color (decimal): -4294075 or 4553406. OLE color: 4553406.

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

Color convert

RGB19012269-
CMYK00.360.640.25
HSL26.28º48.21%50.78%-
HSV(B)26.28º63.68%74.51%-
XYZ29.2725.38.97-
YUV136.2990.03166.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=49.87%
G=32.02%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901226900.360.640.2526.2848.2150.78
HexBE7A4502440191a3033
Octal27617210504410031326063
Binary1011111011110101000101010010010000001100111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A45; }

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

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

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

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

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

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

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

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