#BE763A

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

Shades of Brandy Punch #BE763A

Tints of Brandy Punch #BE763A

Color information

#BE763A (or 0xBE763A) is unknown color: approx Brandy Punch. HEX triplet: BE, 76 and 3A. RGB value is (190,118,58). Sum of RGB (Red+Green+Blue) = 190+118+58=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE763A is #4189C5. Grayscale: #858585. Windows color (decimal): -4295110 or 3831486. OLE color: 3831486.

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

Color convert

RGB19011858-
CMYK00.380.690.25
HSL27.27º53.23%48.63%-
HSV(B)27.27º69.47%74.51%-
XYZ28.4824.217.17-
YUV132.6985.85168.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 58 (23.05% from 255) = 15.85%
R=51.91%
G=32.24%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901185800.380.690.2527.2753.2348.63
HexBE763A02645191b3531
Octal2761667204610531336561
Binary101111101110110111010010011010001011100111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE763A; }

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

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

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

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

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

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

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

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