#BA6A40

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

Shades of Bourbon #BA6A40

Tints of Bourbon #BA6A40

Color information

#BA6A40 (or 0xBA6A40) is unknown color: approx Bourbon. HEX triplet: BA, 6A and 40. RGB value is (186,106,64). Sum of RGB (Red+Green+Blue) = 186+106+64=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A40 is #4595BF. Grayscale: #7D7D7D. Windows color (decimal): -4560320 or 4221626. OLE color: 4221626.

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

Color convert

RGB18610664-
CMYK00.430.660.27
HSL20.66º48.8%49.02%-
HSV(B)20.66º65.59%72.94%-
XYZ26.3321.127.54-
YUV125.1393.5171.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=52.25%
G=29.78%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861066400.430.660.2720.6648.849.02
HexBA6A4002B421B153131
Octal27215210005310233256161
Binary1011101011010101000000010101110000101101110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A40; }

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

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

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

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

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

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

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

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