#B55949

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

Shades of Flame Pea #B55949

Tints of Flame Pea #B55949

Color information

#B55949 (or 0xB55949) is unknown color: approx Flame Pea. HEX triplet: B5, 59 and 49. RGB value is (181,89,73). Sum of RGB (Red+Green+Blue) = 181+89+73=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B55949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55949 is #4AA6B6. Grayscale: #727272. Windows color (decimal): -4892343 or 4807093. OLE color: 4807093.

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

Color convert

RGB1818973-
CMYK00.510.600.29
HSL8.89º42.52%49.8%-
HSV(B)8.89º59.67%70.98%-
XYZ23.8317.458.42-
YUV114.68104.48175.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=52.77%
G=25.95%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181897300.510.600.298.8942.5249.8
HexB559490333C1D92b32
Octal2651311110637435115362
Binary10110101101100110010010110011111100111011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55949; }

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

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

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

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

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

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

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

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