#BA703E

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

Shades of Bourbon #BA703E

Tints of Bourbon #BA703E

Color information

#BA703E (or 0xBA703E) is unknown color: approx Bourbon. HEX triplet: BA, 70 and 3E. RGB value is (186,112,62). Sum of RGB (Red+Green+Blue) = 186+112+62=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA703E is #458FC1. Grayscale: #808080. Windows color (decimal): -4558786 or 4092090. OLE color: 4092090.

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

Color convert

RGB18611262-
CMYK00.400.670.27
HSL24.19º50%48.63%-
HSV(B)24.19º66.67%72.94%-
XYZ26.9122.387.46-
YUV128.4390.52169.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=51.67%
G=31.11%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861126200.400.670.2724.195048.63
HexBA703E028431B183231
Octal2721607605010333306261
Binary101110101110000111110010100010000111101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA703E; }

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

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

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

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

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

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

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

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