#BA7141

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

Shades of Bourbon #BA7141

Tints of Bourbon #BA7141

Color information

#BA7141 (or 0xBA7141) is unknown color: approx Bourbon. HEX triplet: BA, 71 and 41. RGB value is (186,113,65). Sum of RGB (Red+Green+Blue) = 186+113+65=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7141 is #458EBE. Grayscale: #818181. Windows color (decimal): -4558527 or 4288954. OLE color: 4288954.

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

Color convert

RGB18611365-
CMYK00.390.650.27
HSL23.8º48.21%49.22%-
HSV(B)23.8º65.05%72.94%-
XYZ27.1122.637.94-
YUV129.3591.68168.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=51.10%
G=31.04%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861136500.390.650.2723.848.2149.22
HexBA7141027411B183031
Octal27216110104710133306061
Binary1011101011100011000001010011110000011101111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7141; }

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

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

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

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

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

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

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

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