#BA6745

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

Shades of Tuscany #BA6745

Tints of Tuscany #BA6745

Color information

#BA6745 (or 0xBA6745) is unknown color: approx Tuscany. HEX triplet: BA, 67 and 45. RGB value is (186,103,69). Sum of RGB (Red+Green+Blue) = 186+103+69=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6745 is #4598BA. Grayscale: #7C7C7C. Windows color (decimal): -4561083 or 4548538. OLE color: 4548538.

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

Color convert

RGB18610369-
CMYK00.450.630.27
HSL17.44º45.88%50%-
HSV(B)17.44º62.9%72.94%-
XYZ26.1720.578.22-
YUV123.9497172.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=51.96%
G=28.77%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861036900.450.630.2717.4445.8850
HexBA674502D3F1B112e32
Octal2721471050557733215662
Binary101110101100111100010101011011111111101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6745; }

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

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

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

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

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

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

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

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