#BA6C47

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

Shades of Bourbon #BA6C47

Tints of Bourbon #BA6C47

Color information

#BA6C47 (or 0xBA6C47) is unknown color: approx Bourbon. HEX triplet: BA, 6C and 47. RGB value is (186,108,71). Sum of RGB (Red+Green+Blue) = 186+108+71=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C47 is #4593B8. Grayscale: #7F7F7F. Windows color (decimal): -4559801 or 4680890. OLE color: 4680890.

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

Color convert

RGB18610871-
CMYK00.420.620.27
HSL19.3º45.45%50.39%-
HSV(B)19.3º61.83%72.94%-
XYZ26.7521.628.72-
YUV127.196.34170.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=50.96%
G=29.59%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861087100.420.620.2719.345.4550.39
HexBA6C4702A3E1B132d32
Octal2721541070527633235562
Binary101110101101100100011101010101111101101110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C47; }

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

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

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

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

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

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

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

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