#B55E4B

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

Shades of Flame Pea #B55E4B

Tints of Flame Pea #B55E4B

Color information

#B55E4B (or 0xB55E4B) is unknown color: approx Flame Pea. HEX triplet: B5, 5E and 4B. RGB value is (181,94,75). Sum of RGB (Red+Green+Blue) = 181+94+75=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E4B is #4AA1B4. Grayscale: #767676. Windows color (decimal): -4891061 or 4939445. OLE color: 4939445.

HSL color Cylindrical-coordinate representation of color #B55E4B: hue angle of 10.75º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55E4B is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1819475-
CMYK00.480.590.29
HSL10.75º41.73%50.2%-
HSV(B)10.75º58.56%70.98%-
XYZ24.3318.348.91-
YUV117.85103.82173.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=51.71%
G=26.86%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181947500.480.590.2910.7541.7350.2
HexB55E4B0303B1Db2a32
Octal2651361130607335135262
Binary10110101101111010010110110000111011111011011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E4B; }

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

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

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

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

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

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

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

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