#BE7C3F

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

Shades of Brandy Punch #BE7C3F

Tints of Brandy Punch #BE7C3F

Color information

#BE7C3F (or 0xBE7C3F) is unknown color: approx Brandy Punch. HEX triplet: BE, 7C and 3F. RGB value is (190,124,63). Sum of RGB (Red+Green+Blue) = 190+124+63=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C3F is #4183C0. Grayscale: #898989. Windows color (decimal): -4293569 or 4160702. OLE color: 4160702.

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

Color convert

RGB19012463-
CMYK00.350.670.25
HSL28.82º50.2%49.61%-
HSV(B)28.82º66.84%74.51%-
XYZ29.3425.728.12-
YUV136.7886.37165.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 63 (25% from 255) = 16.71%
R=50.40%
G=32.89%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901246300.350.670.2528.8250.249.61
HexBE7C3F02343191d3232
Octal2761747704310331356262
Binary101111101111100111111010001110000111100111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C3F; }

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

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

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

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

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

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

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

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