#B55D42

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

Shades of Tuscany #B55D42

Tints of Tuscany #B55D42

Color information

#B55D42 (or 0xB55D42) is unknown color: approx Tuscany. HEX triplet: B5, 5D and 42. RGB value is (181,93,66). Sum of RGB (Red+Green+Blue) = 181+93+66=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D42 is #4AA2BD. Grayscale: #747474. Windows color (decimal): -4891326 or 4349365. OLE color: 4349365.

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

Color convert

RGB1819366-
CMYK00.490.640.29
HSL14.09º46.56%48.43%-
HSV(B)14.09º63.54%70.98%-
XYZ23.9518.057.37-
YUV116.2399.65174.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.24%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=53.24%
G=27.35%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181936600.490.640.2914.0946.5648.43
HexB55D42031401De2f30
Octal26513510206110035165760
Binary101101011011101100001001100011000000111011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D42; }

 p { color: rgb(181,93,66); }

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

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

 a { background-color: rgb(181,93,66); }

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

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

 span { border-color: rgb(181,93,66); }

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