#BA7042

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

Shades of Bourbon #BA7042

Tints of Bourbon #BA7042

Color information

#BA7042 (or 0xBA7042) is unknown color: approx Bourbon. HEX triplet: BA, 70 and 42. RGB value is (186,112,66). Sum of RGB (Red+Green+Blue) = 186+112+66=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7042 is #458FBD. Grayscale: #818181. Windows color (decimal): -4558782 or 4354234. OLE color: 4354234.

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

Color convert

RGB18611266-
CMYK00.400.650.27
HSL23º47.62%49.41%-
HSV(B)23º64.52%72.94%-
XYZ27.0322.428.06-
YUV128.8892.52168.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=51.10%
G=30.77%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861126600.400.650.272347.6249.41
HexBA7042028411B173031
Octal27216010205010133276061
Binary1011101011100001000010010100010000011101110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7042; }

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

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

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

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

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

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

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

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