#B55E52

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

Shades of Flame Pea #B55E52

Tints of Flame Pea #B55E52

Color information

#B55E52 (or 0xB55E52) is unknown color: approx Flame Pea. HEX triplet: B5, 5E and 52. RGB value is (181,94,82). Sum of RGB (Red+Green+Blue) = 181+94+82=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E52 is #4AA1AD. Grayscale: #767676. Windows color (decimal): -4891054 or 5398197. OLE color: 5398197.

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

Color convert

RGB1819482-
CMYK00.480.550.29
HSL7.27º40.08%51.57%-
HSV(B)7.27º54.7%70.98%-
XYZ24.5818.4410.25-
YUV118.64107.32172.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=50.70%
G=26.33%
B=22.97%

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
Decimal181948200.480.550.297.2740.0851.57
HexB55E52030371D72834
Octal265136122060673575064
Binary1011010110111101010010011000011011111101111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E52; }

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

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

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

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

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

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

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

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