#B55B44

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

Shades of Flame Pea #B55B44

Tints of Flame Pea #B55B44

Color information

#B55B44 (or 0xB55B44) is unknown color: approx Flame Pea. HEX triplet: B5, 5B and 44. RGB value is (181,91,68). Sum of RGB (Red+Green+Blue) = 181+91+68=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B44 is #4AA4BB. Grayscale: #737373. Windows color (decimal): -4891836 or 4479925. OLE color: 4479925.

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

Color convert

RGB1819168-
CMYK00.500.620.29
HSL12.21º45.38%48.82%-
HSV(B)12.21º62.43%70.98%-
XYZ23.8417.727.63-
YUV115.29101.32174.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.24%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 68 (26.95% from 255) = 20%
R=53.24%
G=26.76%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181916800.500.620.2912.2145.3848.82
HexB55B440323E1Dc2d31
Octal2651331040627635145561
Binary10110101101101110001000110010111110111011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B44; }

 p { color: rgb(181,91,68); }

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

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

 a { background-color: rgb(181,91,68); }

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

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

 span { border-color: rgb(181,91,68); }

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