#B55D54

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

Shades of Flame Pea #B55D54

Tints of Flame Pea #B55D54

Color information

#B55D54 (or 0xB55D54) is unknown color: approx Flame Pea. HEX triplet: B5, 5D and 54. RGB value is (181,93,84). Sum of RGB (Red+Green+Blue) = 181+93+84=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D54 is #4AA2AB. Grayscale: #767676. Windows color (decimal): -4891308 or 5529013. OLE color: 5529013.

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

Color convert

RGB1819384-
CMYK00.490.540.29
HSL5.57º39.59%51.96%-
HSV(B)5.57º53.59%70.98%-
XYZ24.5718.2910.62-
YUV118.29108.65172.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=50.56%
G=25.98%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181938400.490.540.295.5739.5951.96
HexB55D54031361D62834
Octal265135124061663565064
Binary1011010110111011010100011000111011011101110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D54; }

 p { color: rgb(181,93,84); }

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

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

 a { background-color: rgb(181,93,84); }

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

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

 span { border-color: rgb(181,93,84); }

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