#B55F47

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

Shades of Flame Pea #B55F47

Tints of Flame Pea #B55F47

Color information

#B55F47 (or 0xB55F47) is unknown color: approx Flame Pea. HEX triplet: B5, 5F and 47. RGB value is (181,95,71). Sum of RGB (Red+Green+Blue) = 181+95+71=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F47 is #4AA0B8. Grayscale: #767676. Windows color (decimal): -4890809 or 4677557. OLE color: 4677557.

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

Color convert

RGB1819571-
CMYK00.480.610.29
HSL13.09º43.65%49.41%-
HSV(B)13.09º60.77%70.98%-
XYZ24.2918.468.24-
YUV117.98101.49172.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=52.16%
G=27.38%
B=20.46%

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
Decimal181957100.480.610.2913.0943.6549.41
HexB55F470303D1Dd2c31
Octal2651371070607535155461
Binary10110101101111110001110110000111101111011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F47; }

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

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

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

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

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

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

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

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