#BA7850

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

Shades of Brandy Punch #BA7850

Tints of Brandy Punch #BA7850

Color information

#BA7850 (or 0xBA7850) is unknown color: approx Brandy Punch. HEX triplet: BA, 78 and 50. RGB value is (186,120,80). Sum of RGB (Red+Green+Blue) = 186+120+80=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7850 is #4587AF. Grayscale: #878787. Windows color (decimal): -4556720 or 5273786. OLE color: 5273786.

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

Color convert

RGB18612080-
CMYK00.350.570.27
HSL22.64º43.44%52.16%-
HSV(B)22.64º56.99%72.94%-
XYZ28.4124.4510.81-
YUV135.1796.87164.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=48.19%
G=31.09%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861208000.350.570.2722.6443.4452.16
HexBA7850023391B172b34
Octal2721701200437133275364
Binary101110101111000101000001000111110011101110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7850; }

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

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

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

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

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

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

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

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