#B55747

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

Shades of Flame Pea #B55747

Tints of Flame Pea #B55747

Color information

#B55747 (or 0xB55747) is unknown color: approx Flame Pea. HEX triplet: B5, 57 and 47. RGB value is (181,87,71). Sum of RGB (Red+Green+Blue) = 181+87+71=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55747 is #4AA8B8. Grayscale: #717171. Windows color (decimal): -4892857 or 4675509. OLE color: 4675509.

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

Color convert

RGB1818771-
CMYK00.520.610.29
HSL8.73º43.65%49.41%-
HSV(B)8.73º60.77%70.98%-
XYZ23.617.18.02-
YUV113.28104.14176.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 71 (28.12% from 255) = 20.94%
R=53.39%
G=25.66%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181877100.520.610.298.7343.6549.41
HexB557470343D1D92c31
Octal2651271070647535115461
Binary10110101101011110001110110100111101111011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55747; }

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

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

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

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

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

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

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

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