#B55746

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

Shades of Flame Pea #B55746

Tints of Flame Pea #B55746

Color information

#B55746 (or 0xB55746) is unknown color: approx Flame Pea. HEX triplet: B5, 57 and 46. RGB value is (181,87,70). Sum of RGB (Red+Green+Blue) = 181+87+70=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B55746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55746 is #4AA8B9. Grayscale: #717171. Windows color (decimal): -4892858 or 4609973. OLE color: 4609973.

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

Color convert

RGB1818770-
CMYK00.520.610.29
HSL9.19º44.22%49.22%-
HSV(B)9.19º61.33%70.98%-
XYZ23.5717.087.85-
YUV113.17103.64176.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=53.55%
G=25.74%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181877000.520.610.299.1944.2249.22
HexB557460343D1D92c31
Octal2651271060647535115461
Binary10110101101011110001100110100111101111011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55746; }

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

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

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

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

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

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

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

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