#BA7049

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

Shades of Bourbon #BA7049

Tints of Bourbon #BA7049

Color information

#BA7049 (or 0xBA7049) is unknown color: approx Bourbon. HEX triplet: BA, 70 and 49. RGB value is (186,112,73). Sum of RGB (Red+Green+Blue) = 186+112+73=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7049 is #458FB6. Grayscale: #818181. Windows color (decimal): -4558775 or 4812986. OLE color: 4812986.

HSL color Cylindrical-coordinate representation of color #BA7049: hue angle of 20.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA7049 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18611273-
CMYK00.400.610.27
HSL20.71º45.02%50.78%-
HSV(B)20.71º60.75%72.94%-
XYZ27.2522.519.21-
YUV129.6896.02168.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=50.13%
G=30.19%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861127300.400.610.2720.7145.0250.78
HexBA70490283D1B152d33
Octal2721601110507533255563
Binary101110101110000100100101010001111011101110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7049; }

 p { color: rgb(186,112,73); }

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

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

 a { background-color: rgb(186,112,73); }

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

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

 span { border-color: rgb(186,112,73); }

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