#ba794c

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

Shades of Brandy Punch #BA794C

Tints of Brandy Punch #BA794C

Color information

#BA794C (or 0xBA794C) is unknown color: approx Brandy Punch. HEX triplet: BA, 79 and 4C. RGB value is (186,121,76). Sum of RGB (Red+Green+Blue) = 186+121+76=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA794C is #4586B3. Grayscale: #878787. Windows color (decimal): -4556468 or 5011898. OLE color: 5011898.

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

Color convert

RGB18612176-
CMYK00.350.590.27
HSL24.55º44.35%51.37%-
HSV(B)24.55º59.14%72.94%-
XYZ28.3924.6410.1-
YUV135.394.53164.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=48.56%
G=31.59%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861217600.350.590.2724.5544.3551.37
HexBA794C0233B1B192c33
Octal2721711140437333315463
Binary101110101111001100110001000111110111101111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba794c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba794c; }

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

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

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

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

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

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

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

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