#BA7140

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

Shades of Bourbon #BA7140

Tints of Bourbon #BA7140

Color information

#BA7140 (or 0xBA7140) is unknown color: approx Bourbon. HEX triplet: BA, 71 and 40. RGB value is (186,113,64). Sum of RGB (Red+Green+Blue) = 186+113+64=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7140 is #458EBF. Grayscale: #818181. Windows color (decimal): -4558528 or 4223418. OLE color: 4223418.

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

Color convert

RGB18611364-
CMYK00.390.660.27
HSL24.1º48.8%49.02%-
HSV(B)24.1º65.59%72.94%-
XYZ27.0822.627.79-
YUV129.2491.18168.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=51.24%
G=31.13%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861136400.390.660.2724.148.849.02
HexBA7140027421B183131
Octal27216110004710233306161
Binary1011101011100011000000010011110000101101111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7140; }

 p { color: rgb(186,113,64); }

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

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

 a { background-color: rgb(186,113,64); }

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

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

 span { border-color: rgb(186,113,64); }

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