#BA6E44

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

Shades of Bourbon #BA6E44

Tints of Bourbon #BA6E44

Color information

#BA6E44 (or 0xBA6E44) is unknown color: approx Bourbon. HEX triplet: BA, 6E and 44. RGB value is (186,110,68). Sum of RGB (Red+Green+Blue) = 186+110+68=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E44 is #4591BB. Grayscale: #808080. Windows color (decimal): -4559292 or 4484794. OLE color: 4484794.

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

Color convert

RGB18611068-
CMYK00.410.630.27
HSL21.36º46.46%49.8%-
HSV(B)21.36º63.44%72.94%-
XYZ26.8722.018.3-
YUV127.9494.18169.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=51.10%
G=30.22%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861106800.410.630.2721.3646.4649.8
HexBA6E440293F1B152e32
Octal2721561040517733255662
Binary101110101101110100010001010011111111101110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E44; }

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

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

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

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

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

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

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

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