#BA6C42

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

Shades of Bourbon #BA6C42

Tints of Bourbon #BA6C42

Color information

#BA6C42 (or 0xBA6C42) is unknown color: approx Bourbon. HEX triplet: BA, 6C and 42. RGB value is (186,108,66). Sum of RGB (Red+Green+Blue) = 186+108+66=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C42 is #4593BD. Grayscale: #7E7E7E. Windows color (decimal): -4559806 or 4353210. OLE color: 4353210.

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

Color convert

RGB18610866-
CMYK00.420.650.27
HSL21º47.62%49.41%-
HSV(B)21º64.52%72.94%-
XYZ26.621.567.91-
YUV126.5393.84170.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=51.67%
G=30%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861086600.420.650.272147.6249.41
HexBA6C4202A411B153031
Octal27215410205210133256061
Binary1011101011011001000010010101010000011101110101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C42; }

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

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

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

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

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

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

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

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