#BE8039

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

Shades of Brandy Punch #BE8039

Tints of Brandy Punch #BE8039

Color information

#BE8039 (or 0xBE8039) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 39. RGB value is (190,128,57). Sum of RGB (Red+Green+Blue) = 190+128+57=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8039 is #417FC6. Grayscale: #8A8A8A. Windows color (decimal): -4292551 or 3768510. OLE color: 3768510.

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

Color convert

RGB19012857-
CMYK00.330.70.25
HSL32.03º53.85%48.43%-
HSV(B)32.03º70%74.51%-
XYZ29.6926.687.46-
YUV138.4482.04164.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=50.67%
G=34.13%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901285700.330.70.2532.0353.8548.43
HexBE80390214619203630
Octal2762007104110631406660
Binary10111110100000001110010100001100011011001100000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8039; }

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

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

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

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

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

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

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

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