#BA6C43

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

Shades of Bourbon #BA6C43

Tints of Bourbon #BA6C43

Color information

#BA6C43 (or 0xBA6C43) is unknown color: approx Bourbon. HEX triplet: BA, 6C and 43. RGB value is (186,108,67). Sum of RGB (Red+Green+Blue) = 186+108+67=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C43 is #4593BC. Grayscale: #7E7E7E. Windows color (decimal): -4559805 or 4418746. OLE color: 4418746.

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

Color convert

RGB18610867-
CMYK00.420.640.27
HSL20.67º47.04%49.61%-
HSV(B)20.67º63.98%72.94%-
XYZ26.6321.578.07-
YUV126.6594.34170.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 67 (26.56% from 255) = 18.56%
R=51.52%
G=29.92%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861086700.420.640.2720.6747.0449.61
HexBA6C4302A401B152f32
Octal27215410305210033255762
Binary1011101011011001000011010101010000001101110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C43; }

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

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

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

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

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

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

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

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