#BA824D

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

Shades of Brandy Punch #BA824D

Tints of Brandy Punch #BA824D

Color information

#BA824D (or 0xBA824D) is unknown color: approx Brandy Punch. HEX triplet: BA, 82 and 4D. RGB value is (186,130,77). Sum of RGB (Red+Green+Blue) = 186+130+77=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA824D is #457DB2. Grayscale: #8C8C8C. Windows color (decimal): -4554163 or 5079738. OLE color: 5079738.

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

Color convert

RGB18613077-
CMYK00.300.590.27
HSL29.17º44.13%51.57%-
HSV(B)29.17º58.6%72.94%-
XYZ29.5726.9410.66-
YUV140.792.05160.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=47.33%
G=33.08%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861307700.300.590.2729.1744.1351.57
HexBA824D01E3B1B1d2c34
Octal2722021150367333355464
Binary101110101000001010011010111101110111101111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA824D; }

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

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

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

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

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

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

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

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