#B55A46

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

Shades of Flame Pea #B55A46

Tints of Flame Pea #B55A46

Color information

#B55A46 (or 0xB55A46) is unknown color: approx Flame Pea. HEX triplet: B5, 5A and 46. RGB value is (181,90,70). Sum of RGB (Red+Green+Blue) = 181+90+70=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A46 is #4AA5B9. Grayscale: #737373. Windows color (decimal): -4892090 or 4610741. OLE color: 4610741.

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

Color convert

RGB1819070-
CMYK00.500.610.29
HSL10.81º44.22%49.22%-
HSV(B)10.81º61.33%70.98%-
XYZ23.8217.587.93-
YUV114.93102.65175.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=53.08%
G=26.39%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181907000.500.610.2910.8144.2249.22
HexB55A460323D1Db2c31
Octal2651321060627535135461
Binary10110101101101010001100110010111101111011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A46; }

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

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

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

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

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

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

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

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