#B56355

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

Shades of Flame Pea #B56355

Tints of Flame Pea #B56355

Color information

#B56355 (or 0xB56355) is unknown color: approx Flame Pea. HEX triplet: B5, 63 and 55. RGB value is (181,99,85). Sum of RGB (Red+Green+Blue) = 181+99+85=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56355 is #4A9CAA. Grayscale: #7A7A7A. Windows color (decimal): -4889771 or 5596085. OLE color: 5596085.

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

Color convert

RGB1819985-
CMYK00.450.530.29
HSL8.75º39.34%52.16%-
HSV(B)8.75º53.04%70.98%-
XYZ25.1619.411.01-
YUV121.92107.17170.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=49.59%
G=27.12%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181998500.450.530.298.7539.3452.16
HexB5635502D351D92734
Octal2651431250556535114764
Binary10110101110001110101010101101110101111011001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56355; }

 p { color: rgb(181,99,85); }

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

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

 a { background-color: rgb(181,99,85); }

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

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

 span { border-color: rgb(181,99,85); }

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