#B55C49

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

Shades of Flame Pea #B55C49

Tints of Flame Pea #B55C49

Color information

#B55C49 (or 0xB55C49) is unknown color: approx Flame Pea. HEX triplet: B5, 5C and 49. RGB value is (181,92,73). Sum of RGB (Red+Green+Blue) = 181+92+73=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C49 is #4AA3B6. Grayscale: #747474. Windows color (decimal): -4891575 or 4807861. OLE color: 4807861.

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

Color convert

RGB1819273-
CMYK00.490.600.29
HSL10.56º42.52%49.8%-
HSV(B)10.56º59.67%70.98%-
XYZ24.0917.968.5-
YUV116.44103.49174.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=52.31%
G=26.59%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181927300.490.600.2910.5642.5249.8
HexB55C490313C1Db2b32
Octal2651341110617435135362
Binary10110101101110010010010110001111100111011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C49; }

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

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

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

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

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

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

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

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