#BA7D56

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

Shades of Brandy Punch #BA7D56

Tints of Brandy Punch #BA7D56

Color information

#BA7D56 (or 0xBA7D56) is unknown color: approx Brandy Punch. HEX triplet: BA, 7D and 56. RGB value is (186,125,86). Sum of RGB (Red+Green+Blue) = 186+125+86=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D56 is #4582A9. Grayscale: #8B8B8B. Windows color (decimal): -4555434 or 5668282. OLE color: 5668282.

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

Color convert

RGB18612586-
CMYK00.330.540.27
HSL23.4º42.02%53.33%-
HSV(B)23.4º53.76%72.94%-
XYZ29.2625.7812.24-
YUV138.7998.21161.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=46.85%
G=31.49%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861258600.330.540.2723.442.0253.33
HexBA7D56021361B172a35
Octal2721751260416633275265
Binary101110101111101101011001000011101101101110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D56; }

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

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

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

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

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

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

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

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