#BA8250

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

Shades of Brandy Punch #BA8250

Tints of Brandy Punch #BA8250

Color information

#BA8250 (or 0xBA8250) is unknown color: approx Brandy Punch. HEX triplet: BA, 82 and 50. RGB value is (186,130,80). Sum of RGB (Red+Green+Blue) = 186+130+80=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8250 is #457DAF. Grayscale: #8D8D8D. Windows color (decimal): -4554160 or 5276346. OLE color: 5276346.

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

Color convert

RGB18613080-
CMYK00.300.570.27
HSL28.3º43.44%52.16%-
HSV(B)28.3º56.99%72.94%-
XYZ29.6826.9811.23-
YUV141.0493.55160.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 80 (31.64% from 255) = 20.20%
R=46.97%
G=32.83%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861308000.300.570.2728.343.4452.16
HexBA825001E391B1c2b34
Octal2722021200367133345364
Binary101110101000001010100000111101110011101111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8250; }

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

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

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

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

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

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

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

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