#BA6F40

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

Shades of Bourbon #BA6F40

Tints of Bourbon #BA6F40

Color information

#BA6F40 (or 0xBA6F40) is unknown color: approx Bourbon. HEX triplet: BA, 6F and 40. RGB value is (186,111,64). Sum of RGB (Red+Green+Blue) = 186+111+64=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F40 is #4590BF. Grayscale: #808080. Windows color (decimal): -4559040 or 4222906. OLE color: 4222906.

HSL color Cylindrical-coordinate representation of color #BA6F40: hue angle of 23.11º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA6F40 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18611164-
CMYK00.400.660.27
HSL23.11º48.8%49.02%-
HSV(B)23.11º65.59%72.94%-
XYZ26.8622.187.72-
YUV128.0791.85169.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=51.52%
G=30.75%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861116400.400.660.2723.1148.849.02
HexBA6F40028421B173131
Octal27215710005010233276161
Binary1011101011011111000000010100010000101101110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F40; }

 p { color: rgb(186,111,64); }

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

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

 a { background-color: rgb(186,111,64); }

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

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

 span { border-color: rgb(186,111,64); }

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