#BE763C

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

Shades of Brandy Punch #BE763C

Tints of Brandy Punch #BE763C

Color information

#BE763C (or 0xBE763C) is unknown color: approx Brandy Punch. HEX triplet: BE, 76 and 3C. RGB value is (190,118,60). Sum of RGB (Red+Green+Blue) = 190+118+60=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE763C is #4189C3. Grayscale: #858585. Windows color (decimal): -4295108 or 3962558. OLE color: 3962558.

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

Color convert

RGB19011860-
CMYK00.380.680.25
HSL26.77º52%49.02%-
HSV(B)26.77º68.42%74.51%-
XYZ28.5324.237.45-
YUV132.9286.85168.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=51.63%
G=32.07%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901186000.380.680.2526.775249.02
HexBE763C02644191b3431
Octal2761667404610431336461
Binary101111101110110111100010011010001001100111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE763C; }

 p { color: rgb(190,118,60); }

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

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

 a { background-color: rgb(190,118,60); }

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

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

 span { border-color: rgb(190,118,60); }

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