#B55E31

Color #B55E31 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B55E31

Tints of Fiery Orange #B55E31

Color information

#B55E31 (or 0xB55E31) is unknown color: approx Fiery Orange. HEX triplet: B5, 5E and 31. RGB value is (181,94,49). Sum of RGB (Red+Green+Blue) = 181+94+49=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E31 is #4AA1CE. Grayscale: #737373. Windows color (decimal): -4891087 or 3235509. OLE color: 3235509.

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

Color convert

RGB1819449-
CMYK00.480.730.29
HSL20.45º57.39%45.1%-
HSV(B)20.45º72.93%70.98%-
XYZ23.6118.055.15-
YUV114.8890.82175.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 49 (19.53% from 255) = 15.12%
R=55.86%
G=29.01%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181944900.480.730.2920.4557.3945.1
HexB55E31030491D14392d
Octal2651366106011135247155
Binary101101011011110110001011000010010011110110100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E31; }

 p { color: rgb(181,94,49); }

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

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

 a { background-color: rgb(181,94,49); }

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

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

 span { border-color: rgb(181,94,49); }

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