#BA6740

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

Shades of Tuscany #BA6740

Tints of Tuscany #BA6740

Color information

#BA6740 (or 0xBA6740) is unknown color: approx Tuscany. HEX triplet: BA, 67 and 40. RGB value is (186,103,64). Sum of RGB (Red+Green+Blue) = 186+103+64=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6740 is #4598BF. Grayscale: #7B7B7B. Windows color (decimal): -4561088 or 4220858. OLE color: 4220858.

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

Color convert

RGB18610364-
CMYK00.450.660.27
HSL19.18º48.8%49.02%-
HSV(B)19.18º65.59%72.94%-
XYZ26.0320.517.44-
YUV123.3794.5172.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=52.69%
G=29.18%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861036400.450.660.2719.1848.849.02
HexBA674002D421B133131
Octal27214710005510233236161
Binary1011101011001111000000010110110000101101110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6740; }

 p { color: rgb(186,103,64); }

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

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

 a { background-color: rgb(186,103,64); }

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

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

 span { border-color: rgb(186,103,64); }

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