#B55F46

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

Shades of Flame Pea #B55F46

Tints of Flame Pea #B55F46

Color information

#B55F46 (or 0xB55F46) is unknown color: approx Flame Pea. HEX triplet: B5, 5F and 46. RGB value is (181,95,70). Sum of RGB (Red+Green+Blue) = 181+95+70=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F46 is #4AA0B9. Grayscale: #767676. Windows color (decimal): -4890810 or 4612021. OLE color: 4612021.

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

Color convert

RGB1819570-
CMYK00.480.610.29
HSL13.51º44.22%49.22%-
HSV(B)13.51º61.33%70.98%-
XYZ24.2518.458.08-
YUV117.86100.99173.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=52.31%
G=27.46%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181957000.480.610.2913.5144.2249.22
HexB55F460303D1De2c31
Octal2651371060607535165461
Binary10110101101111110001100110000111101111011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F46; }

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

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

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

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

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

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

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

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