#BA7443

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

Shades of Brandy Punch #BA7443

Tints of Brandy Punch #BA7443

Color information

#BA7443 (or 0xBA7443) is unknown color: approx Brandy Punch. HEX triplet: BA, 74 and 43. RGB value is (186,116,67). Sum of RGB (Red+Green+Blue) = 186+116+67=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7443 is #458BBC. Grayscale: #838383. Windows color (decimal): -4557757 or 4420794. OLE color: 4420794.

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

Color convert

RGB18611667-
CMYK00.380.640.27
HSL24.71º47.04%49.61%-
HSV(B)24.71º63.98%72.94%-
XYZ27.5123.348.36-
YUV131.3491.69166.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 67 (26.56% from 255) = 18.16%
R=50.41%
G=31.44%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861166700.380.640.2724.7147.0449.61
HexBA7443026401B192f32
Octal27216410304610033315762
Binary1011101011101001000011010011010000001101111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7443; }

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

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

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

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

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

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

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

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