#BA784B

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

Shades of Brandy Punch #BA784B

Tints of Brandy Punch #BA784B

Color information

#BA784B (or 0xBA784B) is unknown color: approx Brandy Punch. HEX triplet: BA, 78 and 4B. RGB value is (186,120,75). Sum of RGB (Red+Green+Blue) = 186+120+75=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA784B is #4587B4. Grayscale: #868686. Windows color (decimal): -4556725 or 4946106. OLE color: 4946106.

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

Color convert

RGB18612075-
CMYK00.350.600.27
HSL24.32º44.58%51.18%-
HSV(B)24.32º59.68%72.94%-
XYZ28.2424.389.87-
YUV134.694.37164.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=48.82%
G=31.50%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861207500.350.600.2724.3244.5851.18
HexBA784B0233C1B182d33
Octal2721701130437433305563
Binary101110101111000100101101000111111001101111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA784B; }

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

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

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

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

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

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

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

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