#BA6542

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

Shades of Tuscany #BA6542

Tints of Tuscany #BA6542

Color information

#BA6542 (or 0xBA6542) is unknown color: approx Tuscany. HEX triplet: BA, 65 and 42. RGB value is (186,101,66). Sum of RGB (Red+Green+Blue) = 186+101+66=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6542 is #459ABD. Grayscale: #7A7A7A. Windows color (decimal): -4561598 or 4351418. OLE color: 4351418.

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

Color convert

RGB18610166-
CMYK00.460.650.27
HSL17.5º47.62%49.41%-
HSV(B)17.5º64.52%72.94%-
XYZ25.8920.147.68-
YUV122.4296.16173.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=52.69%
G=28.61%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861016600.460.650.2717.547.6249.41
HexBA654202E411B123031
Octal27214510205610133226061
Binary1011101011001011000010010111010000011101110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6542; }

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

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

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

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

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

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

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

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