#B56845

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

Shades of Tuscany #B56845

Tints of Tuscany #B56845

Color information

#B56845 (or 0xB56845) is unknown color: approx Tuscany. HEX triplet: B5, 68 and 45. RGB value is (181,104,69). Sum of RGB (Red+Green+Blue) = 181+104+69=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B56845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56845 is #4A97BA. Grayscale: #7B7B7B. Windows color (decimal): -4888507 or 4548789. OLE color: 4548789.

HSL color Cylindrical-coordinate representation of color #B56845: hue angle of 18.75º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B56845 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18110469-
CMYK00.430.620.29
HSL18.75º44.8%49.02%-
HSV(B)18.75º61.88%70.98%-
XYZ25.0820.158.2-
YUV123.0397.51169.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=51.13%
G=29.38%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811046900.430.620.2918.7544.849.02
HexB5684502B3E1D132d31
Octal2651501050537635235561
Binary101101011101000100010101010111111101110110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56845; }

 p { color: rgb(181,104,69); }

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

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

 a { background-color: rgb(181,104,69); }

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

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

 span { border-color: rgb(181,104,69); }

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