#B55E40

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

Shades of Tuscany #B55E40

Tints of Tuscany #B55E40

Color information

#B55E40 (or 0xB55E40) is unknown color: approx Tuscany. HEX triplet: B5, 5E and 40. RGB value is (181,94,64). Sum of RGB (Red+Green+Blue) = 181+94+64=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E40 is #4AA1BF. Grayscale: #747474. Windows color (decimal): -4891072 or 4218549. OLE color: 4218549.

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

Color convert

RGB1819464-
CMYK00.480.650.29
HSL15.38º47.76%48.04%-
HSV(B)15.38º64.64%70.98%-
XYZ23.9818.27.1-
YUV116.5998.32173.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=53.39%
G=27.73%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181946400.480.650.2915.3847.7648.04
HexB55E40030411Df3030
Octal26513610006010135176060
Binary101101011011110100000001100001000001111011111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E40; }

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

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

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

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

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

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

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

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