#BA713E

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

Shades of Bourbon #BA713E

Tints of Bourbon #BA713E

Color information

#BA713E (or 0xBA713E) is unknown color: approx Bourbon. HEX triplet: BA, 71 and 3E. RGB value is (186,113,62). Sum of RGB (Red+Green+Blue) = 186+113+62=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA713E is #458EC1. Grayscale: #818181. Windows color (decimal): -4558530 or 4092346. OLE color: 4092346.

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

Color convert

RGB18611362-
CMYK00.390.670.27
HSL24.68º50%48.63%-
HSV(B)24.68º66.67%72.94%-
XYZ27.0222.67.49-
YUV129.0190.18168.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=51.52%
G=31.30%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861136200.390.670.2724.685048.63
HexBA713E027431B193231
Octal2721617604710333316261
Binary101110101110001111110010011110000111101111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA713E; }

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

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

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

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

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

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

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

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