#BE7546

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

Shades of Brandy Punch #BE7546

Tints of Brandy Punch #BE7546

Color information

#BE7546 (or 0xBE7546) is unknown color: approx Brandy Punch. HEX triplet: BE, 75 and 46. RGB value is (190,117,70). Sum of RGB (Red+Green+Blue) = 190+117+70=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7546 is #418AB9. Grayscale: #858585. Windows color (decimal): -4295354 or 4617662. OLE color: 4617662.

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

Color convert

RGB19011770-
CMYK00.380.630.25
HSL23.5º48%50.98%-
HSV(B)23.5º63.16%74.51%-
XYZ28.724.118.94-
YUV133.4792.18168.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=50.40%
G=31.03%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901177000.380.630.2523.54850.98
HexBE75460263F19183033
Octal2761651060467731306063
Binary101111101110101100011001001101111111100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7546; }

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

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

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

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

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

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

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

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