#ba6441

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

Shades of Tuscany #BA6441

Tints of Tuscany #BA6441

Color information

#BA6441 (or 0xBA6441) is unknown color: approx Tuscany. HEX triplet: BA, 64 and 41. RGB value is (186,100,65). Sum of RGB (Red+Green+Blue) = 186+100+65=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6441 is #459BBE. Grayscale: #797979. Windows color (decimal): -4561855 or 4285626. OLE color: 4285626.

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

Color convert

RGB18610065-
CMYK00.460.650.27
HSL17.36º48.21%49.22%-
HSV(B)17.36º65.05%72.94%-
XYZ25.7619.947.49-
YUV121.7295.99173.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=52.99%
G=28.49%
B=18.52%

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
Decimal1861006500.460.650.2717.3648.2149.22
HexBA644102E411B113031
Octal27214410105610133216061
Binary1011101011001001000001010111010000011101110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6441; }

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

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

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

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

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

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

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

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