#B55C4E

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

Shades of Flame Pea #B55C4E

Tints of Flame Pea #B55C4E

Color information

#B55C4E (or 0xB55C4E) is unknown color: approx Flame Pea. HEX triplet: B5, 5C and 4E. RGB value is (181,92,78). Sum of RGB (Red+Green+Blue) = 181+92+78=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C4E is #4AA3B1. Grayscale: #757575. Windows color (decimal): -4891570 or 5135541. OLE color: 5135541.

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

Color convert

RGB1819278-
CMYK00.490.570.29
HSL8.16º41.04%50.78%-
HSV(B)8.16º56.91%70.98%-
XYZ24.2618.039.41-
YUV117.01105.99173.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=51.57%
G=26.21%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181927800.490.570.298.1641.0450.78
HexB55C4E031391D82933
Octal2651341160617135105163
Binary10110101101110010011100110001111001111011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C4E; }

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

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

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

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

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

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

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

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