#BA7C42

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

Shades of Brandy Punch #BA7C42

Tints of Brandy Punch #BA7C42

Color information

#BA7C42 (or 0xBA7C42) is unknown color: approx Brandy Punch. HEX triplet: BA, 7C and 42. RGB value is (186,124,66). Sum of RGB (Red+Green+Blue) = 186+124+66=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C42 is #4583BD. Grayscale: #888888. Windows color (decimal): -4555710 or 4357306. OLE color: 4357306.

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

Color convert

RGB18612466-
CMYK00.330.650.27
HSL29º47.62%49.41%-
HSV(B)29º64.52%72.94%-
XYZ28.4425.258.53-
YUV135.9388.54163.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=49.47%
G=32.98%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861246600.330.650.272947.6249.41
HexBA7C42021411B1d3031
Octal27217410204110133356061
Binary1011101011111001000010010000110000011101111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C42; }

 p { color: rgb(186,124,66); }

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

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

 a { background-color: rgb(186,124,66); }

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

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

 span { border-color: rgb(186,124,66); }

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