#BA823F

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

Shades of Brandy Punch #BA823F

Tints of Brandy Punch #BA823F

Color information

#BA823F (or 0xBA823F) is unknown color: approx Brandy Punch. HEX triplet: BA, 82 and 3F. RGB value is (186,130,63). Sum of RGB (Red+Green+Blue) = 186+130+63=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA823F is #457DC0. Grayscale: #8B8B8B. Windows color (decimal): -4554177 or 4162234. OLE color: 4162234.

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

Color convert

RGB18613063-
CMYK00.300.660.27
HSL32.68º49.4%48.82%-
HSV(B)32.68º66.13%72.94%-
XYZ29.1326.768.33-
YUV139.1185.05161.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 63 (25% from 255) = 16.62%
R=49.08%
G=34.30%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861306300.300.660.2732.6849.448.82
HexBA823F01E421B213131
Octal2722027703610233416161
Binary1011101010000010111111011110100001011011100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA823F; }

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

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

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

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

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

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

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

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