#BA6D3E

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

Shades of Bourbon #BA6D3E

Tints of Bourbon #BA6D3E

Color information

#BA6D3E (or 0xBA6D3E) is unknown color: approx Bourbon. HEX triplet: BA, 6D and 3E. RGB value is (186,109,62). Sum of RGB (Red+Green+Blue) = 186+109+62=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D3E is #4592C1. Grayscale: #7E7E7E. Windows color (decimal): -4559554 or 4091322. OLE color: 4091322.

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

Color convert

RGB18610962-
CMYK00.410.670.27
HSL22.74º50%48.63%-
HSV(B)22.74º66.67%72.94%-
XYZ26.5921.727.35-
YUV126.6691.51170.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=52.10%
G=30.53%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861096200.410.670.2722.745048.63
HexBA6D3E029431B173231
Octal2721557605110333276261
Binary101110101101101111110010100110000111101110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D3E; }

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

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

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

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

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

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

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

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