#BA7143

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

Shades of Bourbon #BA7143

Tints of Bourbon #BA7143

Color information

#BA7143 (or 0xBA7143) is unknown color: approx Bourbon. HEX triplet: BA, 71 and 43. RGB value is (186,113,67). Sum of RGB (Red+Green+Blue) = 186+113+67=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7143 is #458EBC. Grayscale: #818181. Windows color (decimal): -4558525 or 4420026. OLE color: 4420026.

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

Color convert

RGB18611367-
CMYK00.390.640.27
HSL23.19º47.04%49.61%-
HSV(B)23.19º63.98%72.94%-
XYZ27.1722.658.25-
YUV129.5892.68168.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=50.82%
G=30.87%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861136700.390.640.2723.1947.0449.61
HexBA7143027401B172f32
Octal27216110304710033275762
Binary1011101011100011000011010011110000001101110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7143; }

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

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

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

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

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

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

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

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