#b55c4c

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

Shades of Flame Pea #B55C4C

Tints of Flame Pea #B55C4C

Color information

#B55C4C (or 0xB55C4C) is unknown color: approx Flame Pea. HEX triplet: B5, 5C and 4C. RGB value is (181,92,76). Sum of RGB (Red+Green+Blue) = 181+92+76=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C4C is #4AA3B3. Grayscale: #747474. Windows color (decimal): -4891572 or 5004469. OLE color: 5004469.

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

Color convert

RGB1819276-
CMYK00.490.580.29
HSL9.14º41.5%50.39%-
HSV(B)9.14º58.01%70.98%-
XYZ24.19189.04-
YUV116.79104.99173.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=51.86%
G=26.36%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181927600.490.580.299.1441.550.39
HexB55C4C0313A1D92a32
Octal2651341140617235115262
Binary10110101101110010011000110001111010111011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55c4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55c4c; }

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

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

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

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

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

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

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

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