#B56051

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

Shades of Flame Pea #B56051

Tints of Flame Pea #B56051

Color information

#B56051 (or 0xB56051) is unknown color: approx Flame Pea. HEX triplet: B5, 60 and 51. RGB value is (181,96,81). Sum of RGB (Red+Green+Blue) = 181+96+81=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B56051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56051 is #4A9FAE. Grayscale: #777777. Windows color (decimal): -4890543 or 5333173. OLE color: 5333173.

HSL color Cylindrical-coordinate representation of color #B56051: hue angle of 9º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56051 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1819681-
CMYK00.470.550.29
HSL40.32%51.37%-
HSV(B)55.25%70.98%-
XYZ24.7218.7810.11-
YUV119.7106.16171.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=50.56%
G=26.82%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181968100.470.550.29940.3251.37
HexB5605102F371D92833
Octal2651401210576735115063
Binary10110101110000010100010101111110111111011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56051; }

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

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

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

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

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

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

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

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