#BA7E48

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

Shades of Brandy Punch #BA7E48

Tints of Brandy Punch #BA7E48

Color information

#BA7E48 (or 0xBA7E48) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 48. RGB value is (186,126,72). Sum of RGB (Red+Green+Blue) = 186+126+72=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E48 is #4581B7. Grayscale: #8A8A8A. Windows color (decimal): -4555192 or 4751034. OLE color: 4751034.

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

Color convert

RGB18612672-
CMYK00.320.610.27
HSL28.42º45.24%50.59%-
HSV(B)28.42º61.29%72.94%-
XYZ28.8825.839.59-
YUV137.7890.88162.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=48.44%
G=32.81%
B=18.75%

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
Decimal1861267200.320.610.2728.4245.2450.59
HexBA7E480203D1B1c2d33
Octal2721761100407533345563
Binary101110101111110100100001000001111011101111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E48; }

 p { color: rgb(186,126,72); }

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

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

 a { background-color: rgb(186,126,72); }

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

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

 span { border-color: rgb(186,126,72); }

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