#BA6B47

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

Shades of Bourbon #BA6B47

Tints of Bourbon #BA6B47

Color information

#BA6B47 (or 0xBA6B47) is unknown color: approx Bourbon. HEX triplet: BA, 6B and 47. RGB value is (186,107,71). Sum of RGB (Red+Green+Blue) = 186+107+71=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B47 is #4594B8. Grayscale: #7E7E7E. Windows color (decimal): -4560057 or 4680634. OLE color: 4680634.

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

Color convert

RGB18610771-
CMYK00.420.620.27
HSL18.78º45.45%50.39%-
HSV(B)18.78º61.83%72.94%-
XYZ26.6421.418.69-
YUV126.5296.67170.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 71 (28.12% from 255) = 19.51%
R=51.10%
G=29.40%
B=19.51%

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
Decimal1861077100.420.620.2718.7845.4550.39
HexBA6B4702A3E1B132d32
Octal2721531070527633235562
Binary101110101101011100011101010101111101101110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B47; }

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

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

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

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

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

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

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

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