#B56648

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

Shades of Tuscany #B56648

Tints of Tuscany #B56648

Color information

#B56648 (or 0xB56648) is unknown color: approx Tuscany. HEX triplet: B5, 66 and 48. RGB value is (181,102,72). Sum of RGB (Red+Green+Blue) = 181+102+72=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56648 is #4A99B7. Grayscale: #7A7A7A. Windows color (decimal): -4889016 or 4744885. OLE color: 4744885.

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

Color convert

RGB18110272-
CMYK00.440.600.29
HSL16.51º43.08%49.61%-
HSV(B)16.51º60.22%70.98%-
XYZ24.9819.798.64-
YUV122.299.67169.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=50.99%
G=28.73%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811027200.440.600.2916.5143.0849.61
HexB5664802C3C1D112b32
Octal2651461100547435215362
Binary101101011100110100100001011001111001110110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56648; }

 p { color: rgb(181,102,72); }

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

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

 a { background-color: rgb(181,102,72); }

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

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

 span { border-color: rgb(181,102,72); }

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