#B56549

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

Shades of Tuscany #B56549

Tints of Tuscany #B56549

Color information

#B56549 (or 0xB56549) is unknown color: approx Tuscany. HEX triplet: B5, 65 and 49. RGB value is (181,101,73). Sum of RGB (Red+Green+Blue) = 181+101+73=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56549 is #4A9AB6. Grayscale: #797979. Windows color (decimal): -4889271 or 4810165. OLE color: 4810165.

HSL color Cylindrical-coordinate representation of color #B56549: hue angle of 15.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B56549 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18110173-
CMYK00.440.600.29
HSL15.56º42.52%49.8%-
HSV(B)15.56º59.67%70.98%-
XYZ24.9119.618.78-
YUV121.73100.5170.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=50.99%
G=28.45%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811017300.440.600.2915.5642.5249.8
HexB5654902C3C1D102b32
Octal2651451110547435205362
Binary101101011100101100100101011001111001110110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56549; }

 p { color: rgb(181,101,73); }

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

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

 a { background-color: rgb(181,101,73); }

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

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

 span { border-color: rgb(181,101,73); }

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