#BA784F

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

Shades of Brandy Punch #BA784F

Tints of Brandy Punch #BA784F

Color information

#BA784F (or 0xBA784F) is unknown color: approx Brandy Punch. HEX triplet: BA, 78 and 4F. RGB value is (186,120,79). Sum of RGB (Red+Green+Blue) = 186+120+79=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA784F is #4587B0. Grayscale: #878787. Windows color (decimal): -4556721 or 5208250. OLE color: 5208250.

HSL color Cylindrical-coordinate representation of color #BA784F: hue angle of 22.99º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA784F is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18612079-
CMYK00.350.580.27
HSL22.99º43.67%51.96%-
HSV(B)22.99º57.53%72.94%-
XYZ28.3824.4410.62-
YUV135.0696.37164.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=48.31%
G=31.17%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861207900.350.580.2722.9943.6751.96
HexBA784F0233A1B172c34
Octal2721701170437233275464
Binary101110101111000100111101000111110101101110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA784F; }

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

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

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

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

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

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

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

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