#BA7C4B

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

Shades of Brandy Punch #BA7C4B

Tints of Brandy Punch #BA7C4B

Color information

#BA7C4B (or 0xBA7C4B) is unknown color: approx Brandy Punch. HEX triplet: BA, 7C and 4B. RGB value is (186,124,75). Sum of RGB (Red+Green+Blue) = 186+124+75=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C4B is #4583B4. Grayscale: #898989. Windows color (decimal): -4555701 or 4947130. OLE color: 4947130.

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

Color convert

RGB18612475-
CMYK00.330.600.27
HSL26.49º44.58%51.18%-
HSV(B)26.49º59.68%72.94%-
XYZ28.7325.3610.04-
YUV136.9593.04162.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=48.31%
G=32.21%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861247500.330.600.2726.4944.5851.18
HexBA7C4B0213C1B1a2d33
Octal2721741130417433325563
Binary101110101111100100101101000011111001101111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C4B; }

 p { color: rgb(186,124,75); }

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

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

 a { background-color: rgb(186,124,75); }

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

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

 span { border-color: rgb(186,124,75); }

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