#BA6E47

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

Shades of Bourbon #BA6E47

Tints of Bourbon #BA6E47

Color information

#BA6E47 (or 0xBA6E47) is unknown color: approx Bourbon. HEX triplet: BA, 6E and 47. RGB value is (186,110,71). Sum of RGB (Red+Green+Blue) = 186+110+71=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E47 is #4591B8. Grayscale: #808080. Windows color (decimal): -4559289 or 4681402. OLE color: 4681402.

HSL color Cylindrical-coordinate representation of color #BA6E47: hue angle of 20.35º degrees, saturation: 0.45, 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 #BA6E47 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18611071-
CMYK00.410.620.27
HSL20.35º45.45%50.39%-
HSV(B)20.35º61.83%72.94%-
XYZ26.9622.058.8-
YUV128.2895.68169.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=50.68%
G=29.97%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861107100.410.620.2720.3545.4550.39
HexBA6E470293E1B142d32
Octal2721561070517633245562
Binary101110101101110100011101010011111101101110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E47; }

 p { color: rgb(186,110,71); }

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

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

 a { background-color: rgb(186,110,71); }

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

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

 span { border-color: rgb(186,110,71); }

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