#B55C46

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

Shades of Flame Pea #B55C46

Tints of Flame Pea #B55C46

Color information

#B55C46 (or 0xB55C46) is unknown color: approx Flame Pea. HEX triplet: B5, 5C and 46. RGB value is (181,92,70). Sum of RGB (Red+Green+Blue) = 181+92+70=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C46 is #4AA3B9. Grayscale: #747474. Windows color (decimal): -4891578 or 4611253. OLE color: 4611253.

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

Color convert

RGB1819270-
CMYK00.490.610.29
HSL11.89º44.22%49.22%-
HSV(B)11.89º61.33%70.98%-
XYZ23.9917.927.99-
YUV116.1101.99174.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=52.77%
G=26.82%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181927000.490.610.2911.8944.2249.22
HexB55C460313D1Dc2c31
Octal2651341060617535145461
Binary10110101101110010001100110001111101111011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C46; }

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

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

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

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

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

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

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

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