#BA7F3E

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

Shades of Brandy Punch #BA7F3E

Tints of Brandy Punch #BA7F3E

Color information

#BA7F3E (or 0xBA7F3E) is unknown color: approx Brandy Punch. HEX triplet: BA, 7F and 3E. RGB value is (186,127,62). Sum of RGB (Red+Green+Blue) = 186+127+62=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F3E is #4580C1. Grayscale: #898989. Windows color (decimal): -4554946 or 4095930. OLE color: 4095930.

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

Color convert

RGB18612762-
CMYK00.320.670.27
HSL31.45º50%48.63%-
HSV(B)31.45º66.67%72.94%-
XYZ28.7125.978.06-
YUV137.2385.55162.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=49.6%
G=33.87%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861276200.320.670.2731.455048.63
HexBA7F3E020431B1f3231
Octal2721777604010333376261
Binary101110101111111111110010000010000111101111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F3E; }

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

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

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

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

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

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

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

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