#B56247

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

Shades of Tuscany #B56247

Tints of Tuscany #B56247

Color information

#B56247 (or 0xB56247) is unknown color: approx Tuscany. HEX triplet: B5, 62 and 47. RGB value is (181,98,71). Sum of RGB (Red+Green+Blue) = 181+98+71=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B56247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56247 is #4A9DB8. Grayscale: #777777. Windows color (decimal): -4890041 or 4678325. OLE color: 4678325.

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

Color convert

RGB1819871-
CMYK00.460.610.29
HSL14.73º43.65%49.41%-
HSV(B)14.73º60.77%70.98%-
XYZ24.5619.018.34-
YUV119.74100.5171.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=51.71%
G=28%
B=20.29%

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
Decimal181987100.460.610.2914.7343.6549.41
HexB5624702E3D1Df2c31
Octal2651421070567535175461
Binary10110101110001010001110101110111101111011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56247; }

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

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

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

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

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

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

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

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