#BA6949

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

Shades of Tuscany #BA6949

Tints of Tuscany #BA6949

Color information

#BA6949 (or 0xBA6949) is unknown color: approx Tuscany. HEX triplet: BA, 69 and 49. RGB value is (186,105,73). Sum of RGB (Red+Green+Blue) = 186+105+73=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6949 is #4596B6. Grayscale: #7D7D7D. Windows color (decimal): -4560567 or 4811194. OLE color: 4811194.

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

Color convert

RGB18610573-
CMYK00.440.610.27
HSL16.99º45.02%50.78%-
HSV(B)16.99º60.75%72.94%-
XYZ26.521.028.96-
YUV125.5798.34171.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=51.10%
G=28.85%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861057300.440.610.2716.9945.0250.78
HexBA694902C3D1B112d33
Octal2721511110547533215563
Binary101110101101001100100101011001111011101110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6949; }

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

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

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

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

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

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

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

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