#BA6D44

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

Shades of Bourbon #BA6D44

Tints of Bourbon #BA6D44

Color information

#BA6D44 (or 0xBA6D44) is unknown color: approx Bourbon. HEX triplet: BA, 6D and 44. RGB value is (186,109,68). Sum of RGB (Red+Green+Blue) = 186+109+68=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D44 is #4592BB. Grayscale: #7F7F7F. Windows color (decimal): -4559548 or 4484538. OLE color: 4484538.

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

Color convert

RGB18610968-
CMYK00.410.630.27
HSL20.85º46.46%49.8%-
HSV(B)20.85º63.44%72.94%-
XYZ26.7621.798.26-
YUV127.3594.51169.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 68 (26.95% from 255) = 18.73%
R=51.24%
G=30.03%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861096800.410.630.2720.8546.4649.8
HexBA6D440293F1B152e32
Octal2721551040517733255662
Binary101110101101101100010001010011111111101110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D44; }

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

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

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

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

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

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

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

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