#ba7048

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

Shades of Bourbon #BA7048

Tints of Bourbon #BA7048

Color information

#BA7048 (or 0xBA7048) is unknown color: approx Bourbon. HEX triplet: BA, 70 and 48. RGB value is (186,112,72). Sum of RGB (Red+Green+Blue) = 186+112+72=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7048 is #458FB7. Grayscale: #818181. Windows color (decimal): -4558776 or 4747450. OLE color: 4747450.

HSL color Cylindrical-coordinate representation of color #BA7048: hue angle of 21.05º 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 #BA7048 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18611272-
CMYK00.400.610.27
HSL21.05º45.24%50.59%-
HSV(B)21.05º61.29%72.94%-
XYZ27.2122.59.04-
YUV129.5795.52168.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=50.27%
G=30.27%
B=19.46%

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
Decimal1861127200.400.610.2721.0545.2450.59
HexBA70480283D1B152d33
Octal2721601100507533255563
Binary101110101110000100100001010001111011101110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7048; }

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

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

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

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

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

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

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

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