#BA7A46

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

Shades of Brandy Punch #BA7A46

Tints of Brandy Punch #BA7A46

Color information

#BA7A46 (or 0xBA7A46) is unknown color: approx Brandy Punch. HEX triplet: BA, 7A and 46. RGB value is (186,122,70). Sum of RGB (Red+Green+Blue) = 186+122+70=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A46 is #4585B9. Grayscale: #878787. Windows color (decimal): -4556218 or 4618938. OLE color: 4618938.

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

Color convert

RGB18612270-
CMYK00.340.620.27
HSL26.9º45.67%50.2%-
HSV(B)26.9º62.37%72.94%-
XYZ28.3124.89.09-
YUV135.2191.2164.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=49.21%
G=32.28%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861227000.340.620.2726.945.6750.2
HexBA7A460223E1B1b2e32
Octal2721721060427633335662
Binary101110101111010100011001000101111101101111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A46; }

 p { color: rgb(186,122,70); }

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

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

 a { background-color: rgb(186,122,70); }

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

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

 span { border-color: rgb(186,122,70); }

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