#B55646

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

Shades of Flame Pea #B55646

Tints of Flame Pea #B55646

Color information

#B55646 (or 0xB55646) is unknown color: approx Flame Pea. HEX triplet: B5, 56 and 46. RGB value is (181,86,70). Sum of RGB (Red+Green+Blue) = 181+86+70=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B55646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55646 is #4AA9B9. Grayscale: #707070. Windows color (decimal): -4893114 or 4609717. OLE color: 4609717.

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

Color convert

RGB1818670-
CMYK00.520.610.29
HSL8.65º44.22%49.22%-
HSV(B)8.65º61.33%70.98%-
XYZ23.4916.927.82-
YUV112.58103.97176.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=53.71%
G=25.52%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181867000.520.610.298.6544.2249.22
HexB556460343D1D92c31
Octal2651261060647535115461
Binary10110101101011010001100110100111101111011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55646; }

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

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

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

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

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

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

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

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