#B56947

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

Shades of Tuscany #B56947

Tints of Tuscany #B56947

Color information

#B56947 (or 0xB56947) is unknown color: approx Tuscany. HEX triplet: B5, 69 and 47. RGB value is (181,105,71). Sum of RGB (Red+Green+Blue) = 181+105+71=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B56947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56947 is #4A96B8. Grayscale: #7C7C7C. Windows color (decimal): -4888249 or 4680117. OLE color: 4680117.

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

Color convert

RGB18110571-
CMYK00.420.610.29
HSL18.55º43.65%49.41%-
HSV(B)18.55º60.77%70.98%-
XYZ25.2420.388.56-
YUV123.8598.18168.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 71 (28.12% from 255) = 19.89%
R=50.70%
G=29.41%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811057100.420.610.2918.5543.6549.41
HexB5694702A3D1D132c31
Octal2651511070527535235461
Binary101101011101001100011101010101111011110110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56947; }

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

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

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

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

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

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

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

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