#ba6a44

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

Shades of Bourbon #BA6A44

Tints of Bourbon #BA6A44

Color information

#BA6A44 (or 0xBA6A44) is unknown color: approx Bourbon. HEX triplet: BA, 6A and 44. RGB value is (186,106,68). Sum of RGB (Red+Green+Blue) = 186+106+68=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A44 is #4595BB. Grayscale: #7D7D7D. Windows color (decimal): -4560316 or 4483770. OLE color: 4483770.

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

Color convert

RGB18610668-
CMYK00.430.630.27
HSL19.32º46.46%49.8%-
HSV(B)19.32º63.44%72.94%-
XYZ26.4521.168.16-
YUV125.5995.5171.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=51.67%
G=29.44%
B=18.89%

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
Decimal1861066800.430.630.2719.3246.4649.8
HexBA6A4402B3F1B132e32
Octal2721521040537733235662
Binary101110101101010100010001010111111111101110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6a44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6a44; }

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

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

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

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

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

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

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

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