#B55E3D

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

Shades of Tuscany #B55E3D

Tints of Tuscany #B55E3D

Color information

#B55E3D (or 0xB55E3D) is unknown color: approx Tuscany. HEX triplet: B5, 5E and 3D. RGB value is (181,94,61). Sum of RGB (Red+Green+Blue) = 181+94+61=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E3D is #4AA1C2. Grayscale: #747474. Windows color (decimal): -4891075 or 4021941. OLE color: 4021941.

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

Color convert

RGB1819461-
CMYK00.480.660.29
HSL16.5º49.59%47.45%-
HSV(B)16.5º66.3%70.98%-
XYZ23.918.176.66-
YUV116.2596.82174.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=53.87%
G=27.98%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181946100.480.660.2916.549.5947.45
HexB55E3D030421D10322f
Octal2651367506010235206257
Binary101101011011110111101011000010000101110110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E3D; }

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

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

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

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

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

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

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

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