#BE7748

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

Shades of Brandy Punch #BE7748

Tints of Brandy Punch #BE7748

Color information

#BE7748 (or 0xBE7748) is unknown color: approx Brandy Punch. HEX triplet: BE, 77 and 48. RGB value is (190,119,72). Sum of RGB (Red+Green+Blue) = 190+119+72=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7748 is #4188B7. Grayscale: #878787. Windows color (decimal): -4294840 or 4749246. OLE color: 4749246.

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

Color convert

RGB19011972-
CMYK00.370.620.25
HSL23.9º47.58%51.37%-
HSV(B)23.9º62.11%74.51%-
XYZ2924.619.35-
YUV134.8792.52167.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=49.87%
G=31.23%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901197200.370.620.2523.947.5851.37
HexBE77480253E19183033
Octal2761671100457631306063
Binary101111101110111100100001001011111101100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7748; }

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

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

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

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

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

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

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

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