#BA6642

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

Shades of Tuscany #BA6642

Tints of Tuscany #BA6642

Color information

#BA6642 (or 0xBA6642) is unknown color: approx Tuscany. HEX triplet: BA, 66 and 42. RGB value is (186,102,66). Sum of RGB (Red+Green+Blue) = 186+102+66=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6642 is #4599BD. Grayscale: #7B7B7B. Windows color (decimal): -4561342 or 4351674. OLE color: 4351674.

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

Color convert

RGB18610266-
CMYK00.450.650.27
HSL18º47.62%49.41%-
HSV(B)18º64.52%72.94%-
XYZ25.9820.347.71-
YUV123.0195.83172.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=52.54%
G=28.81%
B=18.64%

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
Decimal1861026600.450.650.271847.6249.41
HexBA664202D411B123031
Octal27214610205510133226061
Binary1011101011001101000010010110110000011101110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6642; }

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

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

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

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

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

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

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

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