#BA8146

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

Shades of Brandy Punch #BA8146

Tints of Brandy Punch #BA8146

Color information

#BA8146 (or 0xBA8146) is unknown color: approx Brandy Punch. HEX triplet: BA, 81 and 46. RGB value is (186,129,70). Sum of RGB (Red+Green+Blue) = 186+129+70=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8146 is #457EB9. Grayscale: #8B8B8B. Windows color (decimal): -4554426 or 4620730. OLE color: 4620730.

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

Color convert

RGB18612970-
CMYK00.310.620.27
HSL30.52º45.67%50.2%-
HSV(B)30.52º62.37%72.94%-
XYZ29.2126.589.39-
YUV139.3288.88161.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=48.31%
G=33.51%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861297000.310.620.2730.5245.6750.2
HexBA814601F3E1B1f2e32
Octal2722011060377633375662
Binary101110101000000110001100111111111101101111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8146; }

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

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

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

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

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

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

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

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