#BA8447

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

Shades of Brandy Punch #BA8447

Tints of Brandy Punch #BA8447

Color information

#BA8447 (or 0xBA8447) is unknown color: approx Brandy Punch. HEX triplet: BA, 84 and 47. RGB value is (186,132,71). Sum of RGB (Red+Green+Blue) = 186+132+71=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8447 is #457BB8. Grayscale: #8D8D8D. Windows color (decimal): -4553657 or 4687034. OLE color: 4687034.

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

Color convert

RGB18613271-
CMYK00.290.620.27
HSL31.83º45.45%50.39%-
HSV(B)31.83º61.83%72.94%-
XYZ29.6427.49.69-
YUV141.1988.39159.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=47.81%
G=33.93%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861327100.290.620.2731.8345.4550.39
HexBA844701D3E1B202d32
Octal2722041070357633405562
Binary1011101010000100100011101110111111011011100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8447; }

 p { color: rgb(186,132,71); }

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

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

 a { background-color: rgb(186,132,71); }

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

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

 span { border-color: rgb(186,132,71); }

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