#B55E44

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

Shades of Tuscany #B55E44

Tints of Tuscany #B55E44

Color information

#B55E44 (or 0xB55E44) is unknown color: approx Tuscany. HEX triplet: B5, 5E and 44. RGB value is (181,94,68). Sum of RGB (Red+Green+Blue) = 181+94+68=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E44 is #4AA1BB. Grayscale: #757575. Windows color (decimal): -4891068 or 4480693. OLE color: 4480693.

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

Color convert

RGB1819468-
CMYK00.480.620.29
HSL13.81º45.38%48.82%-
HSV(B)13.81º62.43%70.98%-
XYZ24.118.257.72-
YUV117.05100.32173.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=52.77%
G=27.41%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181946800.480.620.2913.8145.3848.82
HexB55E440303E1De2d31
Octal2651361040607635165561
Binary10110101101111010001000110000111110111011110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E44; }

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

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

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

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

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

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

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

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