#BE803F

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

Shades of Brandy Punch #BE803F

Tints of Brandy Punch #BE803F

Color information

#BE803F (or 0xBE803F) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 3F. RGB value is (190,128,63). Sum of RGB (Red+Green+Blue) = 190+128+63=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE803F is #417FC0. Grayscale: #8B8B8B. Windows color (decimal): -4292545 or 4161726. OLE color: 4161726.

HSL color Cylindrical-coordinate representation of color #BE803F: hue angle of 30.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE803F is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19012863-
CMYK00.330.670.25
HSL30.71º50.2%49.61%-
HSV(B)30.71º66.84%74.51%-
XYZ29.8526.748.29-
YUV139.1385.04164.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 63 (25% from 255) = 16.54%
R=49.87%
G=33.60%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901286300.330.670.2530.7150.249.61
HexBE803F02143191f3232
Octal2762007704110331376262
Binary1011111010000000111111010000110000111100111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE803F; }

 p { color: rgb(190,128,63); }

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

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

 a { background-color: rgb(190,128,63); }

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

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

 span { border-color: rgb(190,128,63); }

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