#BE7446

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

Shades of Brandy Punch #BE7446

Tints of Brandy Punch #BE7446

Color information

#BE7446 (or 0xBE7446) is unknown color: approx Brandy Punch. HEX triplet: BE, 74 and 46. RGB value is (190,116,70). Sum of RGB (Red+Green+Blue) = 190+116+70=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7446 is #418BB9. Grayscale: #858585. Windows color (decimal): -4295610 or 4617406. OLE color: 4617406.

HSL color Cylindrical-coordinate representation of color #BE7446: hue angle of 23º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE7446 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19011670-
CMYK00.390.630.25
HSL23º48%50.98%-
HSV(B)23º63.16%74.51%-
XYZ28.5923.888.9-
YUV132.8892.52168.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=50.53%
G=30.85%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901167000.390.630.25234850.98
HexBE74460273F19173033
Octal2761641060477731276063
Binary101111101110100100011001001111111111100110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7446; }

 p { color: rgb(190,116,70); }

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

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

 a { background-color: rgb(190,116,70); }

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

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

 span { border-color: rgb(190,116,70); }

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