#B55E51

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

Shades of Flame Pea #B55E51

Tints of Flame Pea #B55E51

Color information

#B55E51 (or 0xB55E51) is unknown color: approx Flame Pea. HEX triplet: B5, 5E and 51. RGB value is (181,94,81). Sum of RGB (Red+Green+Blue) = 181+94+81=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E51 is #4AA1AE. Grayscale: #767676. Windows color (decimal): -4891055 or 5332661. OLE color: 5332661.

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

Color convert

RGB1819481-
CMYK00.480.550.29
HSL7.8º40.32%51.37%-
HSV(B)7.8º55.25%70.98%-
XYZ24.5418.4210.05-
YUV118.53106.82172.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=50.84%
G=26.40%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181948100.480.550.297.840.3251.37
HexB55E51030371D82833
Octal2651361210606735105063
Binary10110101101111010100010110000110111111011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E51; }

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

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

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

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

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

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

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

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