#BA6541

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

Shades of Tuscany #BA6541

Tints of Tuscany #BA6541

Color information

#BA6541 (or 0xBA6541) is unknown color: approx Tuscany. HEX triplet: BA, 65 and 41. RGB value is (186,101,65). Sum of RGB (Red+Green+Blue) = 186+101+65=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6541 is #459ABE. Grayscale: #7A7A7A. Windows color (decimal): -4561599 or 4285882. OLE color: 4285882.

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

Color convert

RGB18610165-
CMYK00.460.650.27
HSL17.85º48.21%49.22%-
HSV(B)17.85º65.05%72.94%-
XYZ25.8620.137.52-
YUV122.3195.66173.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=52.84%
G=28.69%
B=18.47%

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
Decimal1861016500.460.650.2717.8548.2149.22
HexBA654102E411B123031
Octal27214510105610133226061
Binary1011101011001011000001010111010000011101110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6541; }

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

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

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

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

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

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

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

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