#BA6C40

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

Shades of Bourbon #BA6C40

Tints of Bourbon #BA6C40

Color information

#BA6C40 (or 0xBA6C40) is unknown color: approx Bourbon. HEX triplet: BA, 6C and 40. RGB value is (186,108,64). Sum of RGB (Red+Green+Blue) = 186+108+64=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C40 is #4593BF. Grayscale: #7E7E7E. Windows color (decimal): -4559808 or 4222138. OLE color: 4222138.

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

Color convert

RGB18610864-
CMYK00.420.660.27
HSL21.64º48.8%49.02%-
HSV(B)21.64º65.59%72.94%-
XYZ26.5421.537.61-
YUV126.3192.84170.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=51.96%
G=30.17%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861086400.420.660.2721.6448.849.02
HexBA6C4002A421B163131
Octal27215410005210233266161
Binary1011101011011001000000010101010000101101110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C40; }

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

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

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

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

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

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

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

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