#BA6B3B

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

Shades of Bourbon #BA6B3B

Tints of Bourbon #BA6B3B

Color information

#BA6B3B (or 0xBA6B3B) is unknown color: approx Bourbon. HEX triplet: BA, 6B and 3B. RGB value is (186,107,59). Sum of RGB (Red+Green+Blue) = 186+107+59=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B3B is #4594C4. Grayscale: #7D7D7D. Windows color (decimal): -4560069 or 3894202. OLE color: 3894202.

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

Color convert

RGB18610759-
CMYK00.420.680.27
HSL22.68º51.84%48.04%-
HSV(B)22.68º68.28%72.94%-
XYZ26.321.276.86-
YUV125.1590.67171.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=52.84%
G=30.40%
B=16.76%

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
Decimal1861075900.420.680.2722.6851.8448.04
HexBA6B3B02A441B173430
Octal2721537305210433276460
Binary101110101101011111011010101010001001101110111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B3B; }

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

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

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

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

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

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

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

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