#BE753E

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

Shades of Brandy Punch #BE753E

Tints of Brandy Punch #BE753E

Color information

#BE753E (or 0xBE753E) is unknown color: approx Brandy Punch. HEX triplet: BE, 75 and 3E. RGB value is (190,117,62). Sum of RGB (Red+Green+Blue) = 190+117+62=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE753E is #418AC1. Grayscale: #848484. Windows color (decimal): -4295362 or 4093374. OLE color: 4093374.

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

Color convert

RGB19011762-
CMYK00.380.670.25
HSL25.78º50.79%49.41%-
HSV(B)25.78º67.37%74.51%-
XYZ28.4724.027.69-
YUV132.5688.18168.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=51.49%
G=31.71%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901176200.380.670.2525.7850.7949.41
HexBE753E02643191a3331
Octal2761657604610331326361
Binary101111101110101111110010011010000111100111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE753E; }

 p { color: rgb(190,117,62); }

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

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

 a { background-color: rgb(190,117,62); }

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

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

 span { border-color: rgb(190,117,62); }

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