#B56140

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

Shades of Tuscany #B56140

Tints of Tuscany #B56140

Color information

#B56140 (or 0xB56140) is unknown color: approx Tuscany. HEX triplet: B5, 61 and 40. RGB value is (181,97,64). Sum of RGB (Red+Green+Blue) = 181+97+64=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B56140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56140 is #4A9EBF. Grayscale: #767676. Windows color (decimal): -4890304 or 4219317. OLE color: 4219317.

HSL color Cylindrical-coordinate representation of color #B56140: hue angle of 16.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B56140 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1819764-
CMYK00.460.650.29
HSL16.92º47.76%48.04%-
HSV(B)16.92º64.64%70.98%-
XYZ24.2618.747.19-
YUV118.3597.33172.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=52.92%
G=28.36%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181976400.460.650.2916.9247.7648.04
HexB5614002E411D113030
Octal26514110005610135216060
Binary1011010111000011000000010111010000011110110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56140; }

 p { color: rgb(181,97,64); }

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

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

 a { background-color: rgb(181,97,64); }

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

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

 span { border-color: rgb(181,97,64); }

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