#BA6241

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

Shades of Tuscany #BA6241

Tints of Tuscany #BA6241

Color information

#BA6241 (or 0xBA6241) is unknown color: approx Tuscany. HEX triplet: BA, 62 and 41. RGB value is (186,98,65). Sum of RGB (Red+Green+Blue) = 186+98+65=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6241 is #459DBE. Grayscale: #787878. Windows color (decimal): -4562367 or 4285114. OLE color: 4285114.

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

Color convert

RGB1869865-
CMYK00.470.650.27
HSL16.36º48.21%49.22%-
HSV(B)16.36º65.05%72.94%-
XYZ25.5719.567.43-
YUV120.5596.65174.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=53.30%
G=28.08%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186986500.470.650.2716.3648.2149.22
HexBA624102F411B103031
Octal27214210105710133206061
Binary1011101011000101000001010111110000011101110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6241; }

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

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

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

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

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

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

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

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