#b55f4a

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

Shades of Flame Pea #B55F4A

Tints of Flame Pea #B55F4A

Color information

#B55F4A (or 0xB55F4A) is unknown color: approx Flame Pea. HEX triplet: B5, 5F and 4A. RGB value is (181,95,74). Sum of RGB (Red+Green+Blue) = 181+95+74=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F4A is #4AA0B5. Grayscale: #767676. Windows color (decimal): -4890806 or 4874165. OLE color: 4874165.

HSL color Cylindrical-coordinate representation of color #B55F4A: hue angle of 11.78º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55F4A is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1819574-
CMYK00.480.590.29
HSL11.78º41.96%50%-
HSV(B)11.78º59.12%70.98%-
XYZ24.3818.58.76-
YUV118.32102.99172.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=51.71%
G=27.14%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181957400.480.590.2911.7841.9650
HexB55F4A0303B1Dc2a32
Octal2651371120607335145262
Binary10110101101111110010100110000111011111011100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55f4a; }

 p { color: rgb(181,95,74); }

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

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

 a { background-color: rgb(181,95,74); }

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

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

 span { border-color: rgb(181,95,74); }

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