#BA814E

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

Shades of Brandy Punch #BA814E

Tints of Brandy Punch #BA814E

Color information

#BA814E (or 0xBA814E) is unknown color: approx Brandy Punch. HEX triplet: BA, 81 and 4E. RGB value is (186,129,78). Sum of RGB (Red+Green+Blue) = 186+129+78=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA814E is #457EB1. Grayscale: #8C8C8C. Windows color (decimal): -4554418 or 5145018. OLE color: 5145018.

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

Color convert

RGB18612978-
CMYK00.310.580.27
HSL28.33º43.9%51.76%-
HSV(B)28.33º58.06%72.94%-
XYZ29.4826.6910.81-
YUV140.2392.88160.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=47.33%
G=32.82%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861297800.310.580.2728.3343.951.76
HexBA814E01F3A1B1c2c34
Octal2722011160377233345464
Binary101110101000000110011100111111110101101111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA814E; }

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

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

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

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

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

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

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

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