#BA753E

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

Shades of Brandy Punch #BA753E

Tints of Brandy Punch #BA753E

Color information

#BA753E (or 0xBA753E) is unknown color: approx Brandy Punch. HEX triplet: BA, 75 and 3E. RGB value is (186,117,62). Sum of RGB (Red+Green+Blue) = 186+117+62=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA753E is #458AC1. Grayscale: #838383. Windows color (decimal): -4557506 or 4093370. OLE color: 4093370.

HSL color Cylindrical-coordinate representation of color #BA753E: hue angle of 26.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA753E is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18611762-
CMYK00.370.670.27
HSL26.61º50%48.63%-
HSV(B)26.61º66.67%72.94%-
XYZ27.4823.517.65-
YUV131.3688.86166.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=50.96%
G=32.05%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861176200.370.670.2726.615048.63
HexBA753E025431B1b3231
Octal2721657604510333336261
Binary101110101110101111110010010110000111101111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA753E; }

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

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

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

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

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

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

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

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