#BA6846

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

Shades of Tuscany #BA6846

Tints of Tuscany #BA6846

Color information

#BA6846 (or 0xBA6846) is unknown color: approx Tuscany. HEX triplet: BA, 68 and 46. RGB value is (186,104,70). Sum of RGB (Red+Green+Blue) = 186+104+70=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6846 is #4597B9. Grayscale: #7C7C7C. Windows color (decimal): -4560826 or 4614330. OLE color: 4614330.

HSL color Cylindrical-coordinate representation of color #BA6846: hue angle of 17.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA6846 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18610470-
CMYK00.440.620.27
HSL17.59º45.67%50.2%-
HSV(B)17.59º62.37%72.94%-
XYZ26.3120.788.42-
YUV124.6497.17171.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=51.67%
G=28.89%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861047000.440.620.2717.5945.6750.2
HexBA684602C3E1B122e32
Octal2721501060547633225662
Binary101110101101000100011001011001111101101110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6846; }

 p { color: rgb(186,104,70); }

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

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

 a { background-color: rgb(186,104,70); }

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

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

 span { border-color: rgb(186,104,70); }

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