#BA813C

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

Shades of Brandy Punch #BA813C

Tints of Brandy Punch #BA813C

Color information

#BA813C (or 0xBA813C) is unknown color: approx Brandy Punch. HEX triplet: BA, 81 and 3C. RGB value is (186,129,60). Sum of RGB (Red+Green+Blue) = 186+129+60=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA813C is #457EC3. Grayscale: #8A8A8A. Windows color (decimal): -4554436 or 3965370. OLE color: 3965370.

HSL color Cylindrical-coordinate representation of color #BA813C: hue angle of 32.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA813C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18612960-
CMYK00.310.680.27
HSL32.86º51.22%48.24%-
HSV(B)32.86º67.74%72.94%-
XYZ28.9226.477.86-
YUV138.1883.88162.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 60 (23.83% from 255) = 16%
R=49.6%
G=34.4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861296000.310.680.2732.8651.2248.24
HexBA813C01F441B213330
Octal2722017403710433416360
Binary1011101010000001111100011111100010011011100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA813C; }

 p { color: rgb(186,129,60); }

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

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

 a { background-color: rgb(186,129,60); }

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

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

 span { border-color: rgb(186,129,60); }

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