#B55E46

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

Shades of Flame Pea #B55E46

Tints of Flame Pea #B55E46

Color information

#B55E46 (or 0xB55E46) is unknown color: approx Flame Pea. HEX triplet: B5, 5E and 46. RGB value is (181,94,70). Sum of RGB (Red+Green+Blue) = 181+94+70=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E46 is #4AA1B9. Grayscale: #757575. Windows color (decimal): -4891066 or 4611765. OLE color: 4611765.

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

Color convert

RGB1819470-
CMYK00.480.610.29
HSL12.97º44.22%49.22%-
HSV(B)12.97º61.33%70.98%-
XYZ24.1618.278.05-
YUV117.28101.32173.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=52.46%
G=27.25%
B=20.29%

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
Decimal181947000.480.610.2912.9744.2249.22
HexB55E460303D1Dd2c31
Octal2651361060607535155461
Binary10110101101111010001100110000111101111011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E46; }

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

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

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

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

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

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

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

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