#B55D51

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

Shades of Flame Pea #B55D51

Tints of Flame Pea #B55D51

Color information

#B55D51 (or 0xB55D51) is unknown color: approx Flame Pea. HEX triplet: B5, 5D and 51. RGB value is (181,93,81). Sum of RGB (Red+Green+Blue) = 181+93+81=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D51 is #4AA2AE. Grayscale: #767676. Windows color (decimal): -4891311 or 5332405. OLE color: 5332405.

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

Color convert

RGB1819381-
CMYK00.490.550.29
HSL7.2º40.32%51.37%-
HSV(B)7.2º55.25%70.98%-
XYZ24.4618.2510.02-
YUV117.94107.15172.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=50.99%
G=26.20%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181938100.490.550.297.240.3251.37
HexB55D51031371D72833
Octal265135121061673575063
Binary1011010110111011010001011000111011111101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D51; }

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

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

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

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

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

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

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

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