#B55946

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

Shades of Flame Pea #B55946

Tints of Flame Pea #B55946

Color information

#B55946 (or 0xB55946) is unknown color: approx Flame Pea. HEX triplet: B5, 59 and 46. RGB value is (181,89,70). Sum of RGB (Red+Green+Blue) = 181+89+70=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B55946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55946 is #4AA6B9. Grayscale: #727272. Windows color (decimal): -4892346 or 4610485. OLE color: 4610485.

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

Color convert

RGB1818970-
CMYK00.510.610.29
HSL10.27º44.22%49.22%-
HSV(B)10.27º61.33%70.98%-
XYZ23.7317.417.9-
YUV114.34102.98175.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.24%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=53.24%
G=26.18%
B=20.59%

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
Decimal181897000.510.610.2910.2744.2249.22
HexB559460333D1Da2c31
Octal2651311060637535125461
Binary10110101101100110001100110011111101111011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55946; }

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

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

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

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

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

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

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

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