#BA6A42

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

Shades of Bourbon #BA6A42

Tints of Bourbon #BA6A42

Color information

#BA6A42 (or 0xBA6A42) is unknown color: approx Bourbon. HEX triplet: BA, 6A and 42. RGB value is (186,106,66). Sum of RGB (Red+Green+Blue) = 186+106+66=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A42 is #4595BD. Grayscale: #7D7D7D. Windows color (decimal): -4560318 or 4352698. OLE color: 4352698.

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

Color convert

RGB18610666-
CMYK00.430.650.27
HSL20º47.62%49.41%-
HSV(B)20º64.52%72.94%-
XYZ26.3921.147.84-
YUV125.3694.5171.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=51.96%
G=29.61%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861066600.430.650.272047.6249.41
HexBA6A4202B411B143031
Octal27215210205310133246061
Binary1011101011010101000010010101110000011101110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A42; }

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

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

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

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

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

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

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

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