#ba6c44

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

Shades of Bourbon #BA6C44

Tints of Bourbon #BA6C44

Color information

#BA6C44 (or 0xBA6C44) is unknown color: approx Bourbon. HEX triplet: BA, 6C and 44. RGB value is (186,108,68). Sum of RGB (Red+Green+Blue) = 186+108+68=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C44 is #4593BB. Grayscale: #7F7F7F. Windows color (decimal): -4559804 or 4484282. OLE color: 4484282.

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

Color convert

RGB18610868-
CMYK00.420.630.27
HSL20.34º46.46%49.8%-
HSV(B)20.34º63.44%72.94%-
XYZ26.6621.588.23-
YUV126.7694.84170.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 68 (26.95% from 255) = 18.78%
R=51.38%
G=29.83%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861086800.420.630.2720.3446.4649.8
HexBA6C4402A3F1B142e32
Octal2721541040527733245662
Binary101110101101100100010001010101111111101110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6c44; }

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

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

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

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

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

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

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

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