#B55B4F

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

Shades of Flame Pea #B55B4F

Tints of Flame Pea #B55B4F

Color information

#B55B4F (or 0xB55B4F) is unknown color: approx Flame Pea. HEX triplet: B5, 5B and 4F. RGB value is (181,91,79). Sum of RGB (Red+Green+Blue) = 181+91+79=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B4F is #4AA4B0. Grayscale: #747474. Windows color (decimal): -4891825 or 5200821. OLE color: 5200821.

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

Color convert

RGB1819179-
CMYK00.500.560.29
HSL7.06º40.8%50.98%-
HSV(B)7.06º56.35%70.98%-
XYZ24.2117.879.57-
YUV116.54106.82173.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=51.57%
G=25.93%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181917900.500.560.297.0640.850.98
HexB55B4F032381D72933
Octal265133117062703575163
Binary1011010110110111001111011001011100011101111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B4F; }

 p { color: rgb(181,91,79); }

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

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

 a { background-color: rgb(181,91,79); }

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

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

 span { border-color: rgb(181,91,79); }

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