#BA6B3C

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

Shades of Bourbon #BA6B3C

Tints of Bourbon #BA6B3C

Color information

#BA6B3C (or 0xBA6B3C) is unknown color: approx Bourbon. HEX triplet: BA, 6B and 3C. RGB value is (186,107,60). Sum of RGB (Red+Green+Blue) = 186+107+60=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B3C is #4594C3. Grayscale: #7D7D7D. Windows color (decimal): -4560068 or 3959738. OLE color: 3959738.

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

Color convert

RGB18610760-
CMYK00.420.680.27
HSL22.38º51.22%48.24%-
HSV(B)22.38º67.74%72.94%-
XYZ26.3221.287-
YUV125.2691.17171.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 60 (23.83% from 255) = 17.00%
R=52.69%
G=30.31%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861076000.420.680.2722.3851.2248.24
HexBA6B3C02A441B163330
Octal2721537405210433266360
Binary101110101101011111100010101010001001101110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B3C; }

 p { color: rgb(186,107,60); }

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

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

 a { background-color: rgb(186,107,60); }

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

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

 span { border-color: rgb(186,107,60); }

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