#BA7942

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

Shades of Brandy Punch #BA7942

Tints of Brandy Punch #BA7942

Color information

#BA7942 (or 0xBA7942) is unknown color: approx Brandy Punch. HEX triplet: BA, 79 and 42. RGB value is (186,121,66). Sum of RGB (Red+Green+Blue) = 186+121+66=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7942 is #4586BD. Grayscale: #868686. Windows color (decimal): -4556478 or 4356538. OLE color: 4356538.

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

Color convert

RGB18612166-
CMYK00.350.650.27
HSL27.5º47.62%49.41%-
HSV(B)27.5º64.52%72.94%-
XYZ28.0724.518.41-
YUV134.1689.53164.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=49.87%
G=32.44%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861216600.350.650.2727.547.6249.41
HexBA7942023411B1c3031
Octal27217110204310133346061
Binary1011101011110011000010010001110000011101111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7942; }

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

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

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

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

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

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

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

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