#BA794A

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

Shades of Brandy Punch #BA794A

Tints of Brandy Punch #BA794A

Color information

#BA794A (or 0xBA794A) is unknown color: approx Brandy Punch. HEX triplet: BA, 79 and 4A. RGB value is (186,121,74). Sum of RGB (Red+Green+Blue) = 186+121+74=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA794A is #4586B5. Grayscale: #878787. Windows color (decimal): -4556470 or 4880826. OLE color: 4880826.

HSL color Cylindrical-coordinate representation of color #BA794A: hue angle of 25.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA794A is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18612174-
CMYK00.350.600.27
HSL25.18º44.8%50.98%-
HSV(B)25.18º60.22%72.94%-
XYZ28.3224.619.74-
YUV135.0893.53164.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=48.82%
G=31.76%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861217400.350.600.2725.1844.850.98
HexBA794A0233C1B192d33
Octal2721711120437433315563
Binary101110101111001100101001000111111001101111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA794A; }

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

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

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

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

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

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

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

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