#B56747

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

Shades of Tuscany #B56747

Tints of Tuscany #B56747

Color information

#B56747 (or 0xB56747) is unknown color: approx Tuscany. HEX triplet: B5, 67 and 47. RGB value is (181,103,71). Sum of RGB (Red+Green+Blue) = 181+103+71=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56747 is #4A98B8. Grayscale: #7A7A7A. Windows color (decimal): -4888761 or 4679605. OLE color: 4679605.

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

Color convert

RGB18110371-
CMYK00.430.610.29
HSL17.45º43.65%49.41%-
HSV(B)17.45º60.77%70.98%-
XYZ25.0419.988.5-
YUV122.6798.84169.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 71 (28.12% from 255) = 20%
R=50.99%
G=29.01%
B=20%

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
Decimal1811037100.430.610.2917.4543.6549.41
HexB5674702B3D1D112c31
Octal2651471070537535215461
Binary101101011100111100011101010111111011110110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56747; }

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

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

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

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

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

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

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

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