#B55B3D

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

Shades of Tuscany #B55B3D

Tints of Tuscany #B55B3D

Color information

#B55B3D (or 0xB55B3D) is unknown color: approx Tuscany. HEX triplet: B5, 5B and 3D. RGB value is (181,91,61). Sum of RGB (Red+Green+Blue) = 181+91+61=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B3D is #4AA4C2. Grayscale: #727272. Windows color (decimal): -4891843 or 4021173. OLE color: 4021173.

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

Color convert

RGB1819161-
CMYK00.500.660.29
HSL15º49.59%47.45%-
HSV(B)15º66.3%70.98%-
XYZ23.6417.646.57-
YUV114.4997.82175.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=54.35%
G=27.33%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181916100.500.660.291549.5947.45
HexB55B3D032421Df322f
Octal2651337506210235176257
Binary10110101101101111110101100101000010111011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B3D; }

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

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

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

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

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

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

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

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