#B55C47

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

Shades of Flame Pea #B55C47

Tints of Flame Pea #B55C47

Color information

#B55C47 (or 0xB55C47) is unknown color: approx Flame Pea. HEX triplet: B5, 5C and 47. RGB value is (181,92,71). Sum of RGB (Red+Green+Blue) = 181+92+71=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C47 is #4AA3B8. Grayscale: #747474. Windows color (decimal): -4891577 or 4676789. OLE color: 4676789.

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

Color convert

RGB1819271-
CMYK00.490.610.29
HSL11.45º43.65%49.41%-
HSV(B)11.45º60.77%70.98%-
XYZ24.0217.938.16-
YUV116.22102.49174.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=52.62%
G=26.74%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181927100.490.610.2911.4543.6549.41
HexB55C470313D1Db2c31
Octal2651341070617535135461
Binary10110101101110010001110110001111101111011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C47; }

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

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

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

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

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

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

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

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