#B56246

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

Shades of Tuscany #B56246

Tints of Tuscany #B56246

Color information

#B56246 (or 0xB56246) is unknown color: approx Tuscany. HEX triplet: B5, 62 and 46. RGB value is (181,98,70). Sum of RGB (Red+Green+Blue) = 181+98+70=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B56246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56246 is #4A9DB9. Grayscale: #777777. Windows color (decimal): -4890042 or 4612789. OLE color: 4612789.

HSL color Cylindrical-coordinate representation of color #B56246: hue angle of 15.14º 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 #B56246 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1819870-
CMYK00.460.610.29
HSL15.14º44.22%49.22%-
HSV(B)15.14º61.33%70.98%-
XYZ24.53198.17-
YUV119.62100171.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=51.86%
G=28.08%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181987000.460.610.2915.1444.2249.22
HexB5624602E3D1Df2c31
Octal2651421060567535175461
Binary10110101110001010001100101110111101111011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56246; }

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

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

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

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

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

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

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

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