#BA6848

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

Shades of Tuscany #BA6848

Tints of Tuscany #BA6848

Color information

#BA6848 (or 0xBA6848) is unknown color: approx Tuscany. HEX triplet: BA, 68 and 48. RGB value is (186,104,72). Sum of RGB (Red+Green+Blue) = 186+104+72=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6848 is #4597B7. Grayscale: #7D7D7D. Windows color (decimal): -4560824 or 4745402. OLE color: 4745402.

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

Color convert

RGB18610472-
CMYK00.440.610.27
HSL16.84º45.24%50.59%-
HSV(B)16.84º61.29%72.94%-
XYZ26.3720.818.76-
YUV124.8798.17171.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=51.38%
G=28.73%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861047200.440.610.2716.8445.2450.59
HexBA684802C3D1B112d33
Octal2721501100547533215563
Binary101110101101000100100001011001111011101110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6848; }

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

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

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

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

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

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

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

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