#BA813E

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

Shades of Brandy Punch #BA813E

Tints of Brandy Punch #BA813E

Color information

#BA813E (or 0xBA813E) is unknown color: approx Brandy Punch. HEX triplet: BA, 81 and 3E. RGB value is (186,129,62). Sum of RGB (Red+Green+Blue) = 186+129+62=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA813E is #457EC1. Grayscale: #8A8A8A. Windows color (decimal): -4554434 or 4096442. OLE color: 4096442.

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

Color convert

RGB18612962-
CMYK00.310.670.27
HSL32.42º50%48.63%-
HSV(B)32.42º66.67%72.94%-
XYZ28.9726.498.14-
YUV138.484.88161.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=49.34%
G=34.22%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861296200.310.670.2732.425048.63
HexBA813E01F431B203231
Octal2722017603710333406261
Binary1011101010000001111110011111100001111011100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA813E; }

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

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

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

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

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

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

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

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