#BA6942

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

Shades of Bourbon #BA6942

Tints of Bourbon #BA6942

Color information

#BA6942 (or 0xBA6942) is unknown color: approx Bourbon. HEX triplet: BA, 69 and 42. RGB value is (186,105,66). Sum of RGB (Red+Green+Blue) = 186+105+66=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6942 is #4596BD. Grayscale: #7D7D7D. Windows color (decimal): -4560574 or 4352442. OLE color: 4352442.

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

Color convert

RGB18610566-
CMYK00.440.650.27
HSL19.5º47.62%49.41%-
HSV(B)19.5º64.52%72.94%-
XYZ26.2820.947.81-
YUV124.7794.84171.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=52.10%
G=29.41%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861056600.440.650.2719.547.6249.41
HexBA694202C411B143031
Octal27215110205410133246061
Binary1011101011010011000010010110010000011101110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6942; }

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

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

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

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

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

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

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

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