#B56256

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

Shades of Flame Pea #B56256

Tints of Flame Pea #B56256

Color information

#B56256 (or 0xB56256) is unknown color: approx Flame Pea. HEX triplet: B5, 62 and 56. RGB value is (181,98,86). Sum of RGB (Red+Green+Blue) = 181+98+86=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56256 is #4A9DA9. Grayscale: #797979. Windows color (decimal): -4890026 or 5661365. OLE color: 5661365.

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

Color convert

RGB1819886-
CMYK00.460.520.29
HSL7.58º39.09%52.35%-
HSV(B)7.58º52.49%70.98%-
XYZ25.119.2311.19-
YUV121.45108170.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=49.59%
G=26.85%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181988600.460.520.297.5839.0952.35
HexB5625602E341D82734
Octal2651421260566435104764
Binary10110101110001010101100101110110100111011000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56256; }

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

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

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

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

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

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

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

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