#B55950

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

Shades of Flame Pea #B55950

Tints of Flame Pea #B55950

Color information

#B55950 (or 0xB55950) is unknown color: approx Flame Pea. HEX triplet: B5, 59 and 50. RGB value is (181,89,80). Sum of RGB (Red+Green+Blue) = 181+89+80=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55950 is #4AA6AF. Grayscale: #737373. Windows color (decimal): -4892336 or 5265845. OLE color: 5265845.

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

Color convert

RGB1818980-
CMYK00.510.560.29
HSL5.35º40.56%51.18%-
HSV(B)5.35º55.8%70.98%-
XYZ24.0817.559.71-
YUV115.48107.98174.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=51.71%
G=25.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181898000.510.560.295.3540.5651.18
HexB55950033381D52933
Octal265131120063703555163
Binary1011010110110011010000011001111100011101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55950; }

 p { color: rgb(181,89,80); }

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

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

 a { background-color: rgb(181,89,80); }

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

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

 span { border-color: rgb(181,89,80); }

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