#B55846

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

Shades of Flame Pea #B55846

Tints of Flame Pea #B55846

Color information

#B55846 (or 0xB55846) is unknown color: approx Flame Pea. HEX triplet: B5, 58 and 46. RGB value is (181,88,70). Sum of RGB (Red+Green+Blue) = 181+88+70=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55846 is #4AA7B9. Grayscale: #717171. Windows color (decimal): -4892602 or 4610229. OLE color: 4610229.

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

Color convert

RGB1818870-
CMYK00.510.610.29
HSL9.73º44.22%49.22%-
HSV(B)9.73º61.33%70.98%-
XYZ23.6517.257.88-
YUV113.76103.31175.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=53.39%
G=25.96%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181887000.510.610.299.7344.2249.22
HexB558460333D1Da2c31
Octal2651301060637535125461
Binary10110101101100010001100110011111101111011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55846; }

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

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

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

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

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

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

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

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