#BA7D44

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

Shades of Brandy Punch #BA7D44

Tints of Brandy Punch #BA7D44

Color information

#BA7D44 (or 0xBA7D44) is unknown color: approx Brandy Punch. HEX triplet: BA, 7D and 44. RGB value is (186,125,68). Sum of RGB (Red+Green+Blue) = 186+125+68=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D44 is #4582BB. Grayscale: #898989. Windows color (decimal): -4555452 or 4488634. OLE color: 4488634.

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

Color convert

RGB18612568-
CMYK00.330.630.27
HSL28.98º46.46%49.8%-
HSV(B)28.98º63.44%72.94%-
XYZ28.6325.528.89-
YUV136.7489.21163.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=49.08%
G=32.98%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861256800.330.630.2728.9846.4649.8
HexBA7D440213F1B1d2e32
Octal2721751040417733355662
Binary101110101111101100010001000011111111101111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D44; }

 p { color: rgb(186,125,68); }

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

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

 a { background-color: rgb(186,125,68); }

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

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

 span { border-color: rgb(186,125,68); }

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