#BA7146

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

Shades of Bourbon #BA7146

Tints of Bourbon #BA7146

Color information

#BA7146 (or 0xBA7146) is unknown color: approx Bourbon. HEX triplet: BA, 71 and 46. RGB value is (186,113,70). Sum of RGB (Red+Green+Blue) = 186+113+70=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7146 is #458EB9. Grayscale: #828282. Windows color (decimal): -4558522 or 4616634. OLE color: 4616634.

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

Color convert

RGB18611370-
CMYK00.390.620.27
HSL22.24º45.67%50.2%-
HSV(B)22.24º62.37%72.94%-
XYZ27.2622.698.74-
YUV129.9294.18168-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=50.41%
G=30.62%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861137000.390.620.2722.2445.6750.2
HexBA71460273E1B162e32
Octal2721611060477633265662
Binary101110101110001100011001001111111101101110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7146; }

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

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

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

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

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

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

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

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