#BA6843

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

Shades of Tuscany #BA6843

Tints of Tuscany #BA6843

Color information

#BA6843 (or 0xBA6843) is unknown color: approx Tuscany. HEX triplet: BA, 68 and 43. RGB value is (186,104,67). Sum of RGB (Red+Green+Blue) = 186+104+67=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6843 is #4597BC. Grayscale: #7C7C7C. Windows color (decimal): -4560829 or 4417722. OLE color: 4417722.

HSL color Cylindrical-coordinate representation of color #BA6843: hue angle of 18.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA6843 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18610467-
CMYK00.440.640.27
HSL18.66º47.04%49.61%-
HSV(B)18.66º63.98%72.94%-
XYZ26.2120.747.93-
YUV124.395.67172.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 67 (26.56% from 255) = 18.77%
R=52.10%
G=29.13%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861046700.440.640.2718.6647.0449.61
HexBA684302C401B132f32
Octal27215010305410033235762
Binary1011101011010001000011010110010000001101110011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6843; }

 p { color: rgb(186,104,67); }

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

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

 a { background-color: rgb(186,104,67); }

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

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

 span { border-color: rgb(186,104,67); }

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