#BA7441

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

Shades of Brandy Punch #BA7441

Tints of Brandy Punch #BA7441

Color information

#BA7441 (or 0xBA7441) is unknown color: approx Brandy Punch. HEX triplet: BA, 74 and 41. RGB value is (186,116,65). Sum of RGB (Red+Green+Blue) = 186+116+65=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7441 is #458BBE. Grayscale: #838383. Windows color (decimal): -4557759 or 4289722. OLE color: 4289722.

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

Color convert

RGB18611665-
CMYK00.380.650.27
HSL25.29º48.21%49.22%-
HSV(B)25.29º65.05%72.94%-
XYZ27.4523.318.05-
YUV131.1290.69167.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=50.68%
G=31.61%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861166500.380.650.2725.2948.2149.22
HexBA7441026411B193031
Octal27216410104610133316061
Binary1011101011101001000001010011010000011101111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7441; }

 p { color: rgb(186,116,65); }

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

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

 a { background-color: rgb(186,116,65); }

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

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

 span { border-color: rgb(186,116,65); }

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