#BA6A39

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

Shades of Bourbon #BA6A39

Tints of Bourbon #BA6A39

Color information

#BA6A39 (or 0xBA6A39) is unknown color: approx Bourbon. HEX triplet: BA, 6A and 39. RGB value is (186,106,57). Sum of RGB (Red+Green+Blue) = 186+106+57=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A39 is #4595C6. Grayscale: #7C7C7C. Windows color (decimal): -4560327 or 3762874. OLE color: 3762874.

HSL color Cylindrical-coordinate representation of color #BA6A39: hue angle of 22.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA6A39 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18610657-
CMYK00.430.690.27
HSL22.79º53.09%47.65%-
HSV(B)22.79º69.35%72.94%-
XYZ26.1421.046.55-
YUV124.3390171.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 57 (22.66% from 255) = 16.33%
R=53.30%
G=30.37%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861065700.430.690.2722.7953.0947.65
HexBA6A3902B451B173530
Octal2721527105310533276560
Binary101110101101010111001010101110001011101110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A39; }

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

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

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

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

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

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

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

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