#BE753A

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

Shades of Brandy Punch #BE753A

Tints of Brandy Punch #BE753A

Color information

#BE753A (or 0xBE753A) is unknown color: approx Brandy Punch. HEX triplet: BE, 75 and 3A. RGB value is (190,117,58). Sum of RGB (Red+Green+Blue) = 190+117+58=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE753A is #418AC5. Grayscale: #848484. Windows color (decimal): -4295366 or 3831230. OLE color: 3831230.

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

Color convert

RGB19011758-
CMYK00.380.690.25
HSL26.82º53.23%48.63%-
HSV(B)26.82º69.47%74.51%-
XYZ28.3623.987.14-
YUV132.186.18169.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=52.05%
G=32.05%
B=15.89%

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
Decimal1901175800.380.690.2526.8253.2348.63
HexBE753A02645191b3531
Octal2761657204610531336561
Binary101111101110101111010010011010001011100111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE753A; }

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

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

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

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

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

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

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

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