#BA6741

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

Shades of Tuscany #BA6741

Tints of Tuscany #BA6741

Color information

#BA6741 (or 0xBA6741) is unknown color: approx Tuscany. HEX triplet: BA, 67 and 41. RGB value is (186,103,65). Sum of RGB (Red+Green+Blue) = 186+103+65=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6741 is #4598BE. Grayscale: #7B7B7B. Windows color (decimal): -4561087 or 4286394. OLE color: 4286394.

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

Color convert

RGB18610365-
CMYK00.450.650.27
HSL18.84º48.21%49.22%-
HSV(B)18.84º65.05%72.94%-
XYZ26.0520.527.59-
YUV123.4895172.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 65 (25.78% from 255) = 18.36%
R=52.54%
G=29.10%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861036500.450.650.2718.8448.2149.22
HexBA674102D411B133031
Octal27214710105510133236061
Binary1011101011001111000001010110110000011101110011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6741; }

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

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

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

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

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

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

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

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