#B55E49

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

Shades of Flame Pea #B55E49

Tints of Flame Pea #B55E49

Color information

#B55E49 (or 0xB55E49) is unknown color: approx Flame Pea. HEX triplet: B5, 5E and 49. RGB value is (181,94,73). Sum of RGB (Red+Green+Blue) = 181+94+73=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E49 is #4AA1B6. Grayscale: #757575. Windows color (decimal): -4891063 or 4808373. OLE color: 4808373.

HSL color Cylindrical-coordinate representation of color #B55E49: hue angle of 11.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55E49 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1819473-
CMYK00.480.600.29
HSL11.67º42.52%49.8%-
HSV(B)11.67º59.67%70.98%-
XYZ24.2618.318.56-
YUV117.62102.82173.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=52.01%
G=27.01%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181947300.480.600.2911.6742.5249.8
HexB55E490303C1Dc2b32
Octal2651361110607435145362
Binary10110101101111010010010110000111100111011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E49; }

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

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

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

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

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

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

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

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