#BA7852

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

Shades of Brandy Punch #BA7852

Tints of Brandy Punch #BA7852

Color information

#BA7852 (or 0xBA7852) is unknown color: approx Brandy Punch. HEX triplet: BA, 78 and 52. RGB value is (186,120,82). Sum of RGB (Red+Green+Blue) = 186+120+82=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7852 is #4587AD. Grayscale: #878787. Windows color (decimal): -4556718 or 5404858. OLE color: 5404858.

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

Color convert

RGB18612082-
CMYK00.350.560.27
HSL21.92º42.98%52.55%-
HSV(B)21.92º55.91%72.94%-
XYZ28.4924.4811.21-
YUV135.497.87164.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=47.94%
G=30.93%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861208200.350.560.2721.9242.9852.55
HexBA7852023381B162b35
Octal2721701220437033265365
Binary101110101111000101001001000111110001101110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7852; }

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

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

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

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

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

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

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

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