#B55D55

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

Shades of Flame Pea #B55D55

Tints of Flame Pea #B55D55

Color information

#B55D55 (or 0xB55D55) is unknown color: approx Flame Pea. HEX triplet: B5, 5D and 55. RGB value is (181,93,85). Sum of RGB (Red+Green+Blue) = 181+93+85=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D55 is #4AA2AA. Grayscale: #767676. Windows color (decimal): -4891307 or 5594549. OLE color: 5594549.

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

Color convert

RGB1819385-
CMYK00.490.530.29
HSL39.34%52.16%-
HSV(B)53.04%70.98%-
XYZ24.6118.3110.83-
YUV118.4109.15172.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=50.42%
G=25.91%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181938500.490.530.29539.3452.16
HexB55D55031351D52734
Octal265135125061653554764
Binary1011010110111011010101011000111010111101101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D55; }

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

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

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

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

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

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

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

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