#B55D3D

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

Shades of Tuscany #B55D3D

Tints of Tuscany #B55D3D

Color information

#B55D3D (or 0xB55D3D) is unknown color: approx Tuscany. HEX triplet: B5, 5D and 3D. RGB value is (181,93,61). Sum of RGB (Red+Green+Blue) = 181+93+61=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D3D is #4AA2C2. Grayscale: #737373. Windows color (decimal): -4891331 or 4021685. OLE color: 4021685.

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

Color convert

RGB1819361-
CMYK00.490.660.29
HSL16º49.59%47.45%-
HSV(B)16º66.3%70.98%-
XYZ23.8117.996.63-
YUV115.6697.15174.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=54.03%
G=27.76%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181936100.490.660.291649.5947.45
HexB55D3D031421D10322f
Octal2651357506110235206257
Binary101101011011101111101011000110000101110110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D3D; }

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

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

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

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

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

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

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

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