#BA7F4A

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

Shades of Brandy Punch #BA7F4A

Tints of Brandy Punch #BA7F4A

Color information

#BA7F4A (or 0xBA7F4A) is unknown color: approx Brandy Punch. HEX triplet: BA, 7F and 4A. RGB value is (186,127,74). Sum of RGB (Red+Green+Blue) = 186+127+74=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F4A is #4580B5. Grayscale: #8A8A8A. Windows color (decimal): -4554934 or 4882362. OLE color: 4882362.

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

Color convert

RGB18612774-
CMYK00.320.600.27
HSL28.39º44.8%50.98%-
HSV(B)28.39º60.22%72.94%-
XYZ29.0826.119.99-
YUV138.691.55161.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=48.06%
G=32.82%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861277400.320.600.2728.3944.850.98
HexBA7F4A0203C1B1c2d33
Octal2721771120407433345563
Binary101110101111111100101001000001111001101111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F4A; }

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

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

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

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

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

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

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

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