#BA7F49

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

Shades of Brandy Punch #BA7F49

Tints of Brandy Punch #BA7F49

Color information

#BA7F49 (or 0xBA7F49) is unknown color: approx Brandy Punch. HEX triplet: BA, 7F and 49. RGB value is (186,127,73). Sum of RGB (Red+Green+Blue) = 186+127+73=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F49 is #4580B6. Grayscale: #8A8A8A. Windows color (decimal): -4554935 or 4816826. OLE color: 4816826.

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

Color convert

RGB18612773-
CMYK00.320.610.27
HSL28.67º45.02%50.78%-
HSV(B)28.67º60.75%72.94%-
XYZ29.0426.19.81-
YUV138.4891.05161.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=48.19%
G=32.90%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861277300.320.610.2728.6745.0250.78
HexBA7F490203D1B1d2d33
Octal2721771110407533355563
Binary101110101111111100100101000001111011101111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F49; }

 p { color: rgb(186,127,73); }

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

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

 a { background-color: rgb(186,127,73); }

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

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

 span { border-color: rgb(186,127,73); }

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