#B55F3F

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

Shades of Tuscany #B55F3F

Tints of Tuscany #B55F3F

Color information

#B55F3F (or 0xB55F3F) is unknown color: approx Tuscany. HEX triplet: B5, 5F and 3F. RGB value is (181,95,63). Sum of RGB (Red+Green+Blue) = 181+95+63=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F3F is #4AA0C0. Grayscale: #757575. Windows color (decimal): -4890817 or 4153269. OLE color: 4153269.

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

Color convert

RGB1819563-
CMYK00.480.650.29
HSL16.27º48.36%47.84%-
HSV(B)16.27º65.19%70.98%-
XYZ24.0518.376.98-
YUV117.0797.49173.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 63 (25% from 255) = 18.58%
R=53.39%
G=28.02%
B=18.58%

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
Decimal181956300.480.650.2916.2748.3647.84
HexB55F3F030411D103030
Octal2651377706010135206060
Binary101101011011111111111011000010000011110110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F3F; }

 p { color: rgb(181,95,63); }

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

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

 a { background-color: rgb(181,95,63); }

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

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

 span { border-color: rgb(181,95,63); }

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