#B56249

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

Shades of Flame Pea #B56249

Tints of Flame Pea #B56249

Color information

#B56249 (or 0xB56249) is unknown color: approx Flame Pea. HEX triplet: B5, 62 and 49. RGB value is (181,98,73). Sum of RGB (Red+Green+Blue) = 181+98+73=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B56249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56249 is #4A9DB6. Grayscale: #787878. Windows color (decimal): -4890039 or 4809397. OLE color: 4809397.

HSL color Cylindrical-coordinate representation of color #B56249: hue angle of 13.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B56249 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1819873-
CMYK00.460.600.29
HSL13.89º42.52%49.8%-
HSV(B)13.89º59.67%70.98%-
XYZ24.6319.048.68-
YUV119.97101.5171.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=51.42%
G=27.84%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181987300.460.600.2913.8942.5249.8
HexB5624902E3C1De2b32
Octal2651421110567435165362
Binary10110101110001010010010101110111100111011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56249; }

 p { color: rgb(181,98,73); }

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

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

 a { background-color: rgb(181,98,73); }

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

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

 span { border-color: rgb(181,98,73); }

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