#BE7548

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

Shades of Brandy Punch #BE7548

Tints of Brandy Punch #BE7548

Color information

#BE7548 (or 0xBE7548) is unknown color: approx Brandy Punch. HEX triplet: BE, 75 and 48. RGB value is (190,117,72). Sum of RGB (Red+Green+Blue) = 190+117+72=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7548 is #418AB7. Grayscale: #858585. Windows color (decimal): -4295352 or 4748734. OLE color: 4748734.

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

Color convert

RGB19011772-
CMYK00.380.620.25
HSL22.88º47.58%51.37%-
HSV(B)22.88º62.11%74.51%-
XYZ28.7724.149.27-
YUV133.793.18168.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=50.13%
G=30.87%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901177200.380.620.2522.8847.5851.37
HexBE75480263E19173033
Octal2761651100467631276063
Binary101111101110101100100001001101111101100110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7548; }

 p { color: rgb(190,117,72); }

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

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

 a { background-color: rgb(190,117,72); }

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

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

 span { border-color: rgb(190,117,72); }

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