#BA8053

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

Shades of Brandy Punch #BA8053

Tints of Brandy Punch #BA8053

Color information

#BA8053 (or 0xBA8053) is unknown color: approx Brandy Punch. HEX triplet: BA, 80 and 53. RGB value is (186,128,83). Sum of RGB (Red+Green+Blue) = 186+128+83=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8053 is #457FAC. Grayscale: #8C8C8C. Windows color (decimal): -4554669 or 5472442. OLE color: 5472442.

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

Color convert

RGB18612883-
CMYK00.310.550.27
HSL26.21º42.74%52.75%-
HSV(B)26.21º55.38%72.94%-
XYZ29.5326.511.74-
YUV140.2195.72160.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=46.85%
G=32.24%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861288300.310.550.2726.2142.7452.75
HexBA805301F371B1a2b35
Octal2722001230376733325365
Binary101110101000000010100110111111101111101111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8053; }

 p { color: rgb(186,128,83); }

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

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

 a { background-color: rgb(186,128,83); }

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

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

 span { border-color: rgb(186,128,83); }

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