#BA6A45

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

Shades of Bourbon #BA6A45

Tints of Bourbon #BA6A45

Color information

#BA6A45 (or 0xBA6A45) is unknown color: approx Bourbon. HEX triplet: BA, 6A and 45. RGB value is (186,106,69). Sum of RGB (Red+Green+Blue) = 186+106+69=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A45 is #4595BA. Grayscale: #7D7D7D. Windows color (decimal): -4560315 or 4549306. OLE color: 4549306.

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

Color convert

RGB18610669-
CMYK00.430.630.27
HSL18.97º45.88%50%-
HSV(B)18.97º62.9%72.94%-
XYZ26.4821.188.32-
YUV125.796171.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=51.52%
G=29.36%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861066900.430.630.2718.9745.8850
HexBA6A4502B3F1B132e32
Octal2721521050537733235662
Binary101110101101010100010101010111111111101110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A45; }

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

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

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

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

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

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

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

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