#ba7044

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

Shades of Bourbon #BA7044

Tints of Bourbon #BA7044

Color information

#BA7044 (or 0xBA7044) is unknown color: approx Bourbon. HEX triplet: BA, 70 and 44. RGB value is (186,112,68). Sum of RGB (Red+Green+Blue) = 186+112+68=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7044 is #458FBB. Grayscale: #818181. Windows color (decimal): -4558780 or 4485306. OLE color: 4485306.

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

Color convert

RGB18611268-
CMYK00.400.630.27
HSL22.37º46.46%49.8%-
HSV(B)22.37º63.44%72.94%-
XYZ27.0922.448.37-
YUV129.1193.52168.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=50.82%
G=30.60%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861126800.400.630.2722.3746.4649.8
HexBA70440283F1B162e32
Octal2721601040507733265662
Binary101110101110000100010001010001111111101110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7044; }

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

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

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

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

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

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

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

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