#B56846

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

Shades of Tuscany #B56846

Tints of Tuscany #B56846

Color information

#B56846 (or 0xB56846) is unknown color: approx Tuscany. HEX triplet: B5, 68 and 46. RGB value is (181,104,70). Sum of RGB (Red+Green+Blue) = 181+104+70=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56846 is #4A97B9. Grayscale: #7B7B7B. Windows color (decimal): -4888506 or 4614325. OLE color: 4614325.

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

Color convert

RGB18110470-
CMYK00.430.610.29
HSL18.38º44.22%49.22%-
HSV(B)18.38º61.33%70.98%-
XYZ25.1120.178.36-
YUV123.1598.01169.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=50.99%
G=29.30%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811047000.430.610.2918.3844.2249.22
HexB5684602B3D1D122c31
Octal2651501060537535225461
Binary101101011101000100011001010111111011110110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56846; }

 p { color: rgb(181,104,70); }

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

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

 a { background-color: rgb(181,104,70); }

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

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

 span { border-color: rgb(181,104,70); }

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