#BA7245

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

Shades of Bourbon #BA7245

Tints of Bourbon #BA7245

Color information

#BA7245 (or 0xBA7245) is unknown color: approx Bourbon. HEX triplet: BA, 72 and 45. RGB value is (186,114,69). Sum of RGB (Red+Green+Blue) = 186+114+69=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7245 is #458DBA. Grayscale: #828282. Windows color (decimal): -4558267 or 4551354. OLE color: 4551354.

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

Color convert

RGB18611469-
CMYK00.390.630.27
HSL23.08º45.88%50%-
HSV(B)23.08º62.9%72.94%-
XYZ27.3422.98.61-
YUV130.493.35167.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=50.41%
G=30.89%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861146900.390.630.2723.0845.8850
HexBA72450273F1B172e32
Octal2721621050477733275662
Binary101110101110010100010101001111111111101110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7245; }

 p { color: rgb(186,114,69); }

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

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

 a { background-color: rgb(186,114,69); }

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

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

 span { border-color: rgb(186,114,69); }

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