#BA8051

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

Shades of Brandy Punch #BA8051

Tints of Brandy Punch #BA8051

Color information

#BA8051 (or 0xBA8051) is unknown color: approx Brandy Punch. HEX triplet: BA, 80 and 51. RGB value is (186,128,81). Sum of RGB (Red+Green+Blue) = 186+128+81=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8051 is #457FAE. Grayscale: #8C8C8C. Windows color (decimal): -4554671 or 5341370. OLE color: 5341370.

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

Color convert

RGB18612881-
CMYK00.310.560.27
HSL26.86º43.21%52.35%-
HSV(B)26.86º56.45%72.94%-
XYZ29.4526.4711.34-
YUV139.9894.72160.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=47.09%
G=32.41%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861288100.310.560.2726.8643.2152.35
HexBA805101F381B1b2b34
Octal2722001210377033335364
Binary101110101000000010100010111111110001101111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8051; }

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

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

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

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

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

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

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

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