#B56049

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

Shades of Flame Pea #B56049

Tints of Flame Pea #B56049

Color information

#B56049 (or 0xB56049) is unknown color: approx Flame Pea. HEX triplet: B5, 60 and 49. RGB value is (181,96,73). Sum of RGB (Red+Green+Blue) = 181+96+73=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B56049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56049 is #4A9FB6. Grayscale: #767676. Windows color (decimal): -4890551 or 4808885. OLE color: 4808885.

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

Color convert

RGB1819673-
CMYK00.470.600.29
HSL12.78º42.52%49.8%-
HSV(B)12.78º59.67%70.98%-
XYZ24.4418.678.62-
YUV118.79102.16172.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=51.71%
G=27.43%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181967300.470.600.2912.7842.5249.8
HexB5604902F3C1Dd2b32
Octal2651401110577435155362
Binary10110101110000010010010101111111100111011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56049; }

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

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

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

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

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

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

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

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