#B55E1E

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

Shades of Fiery Orange #B55E1E

Tints of Fiery Orange #B55E1E

Color information

#B55E1E (or 0xB55E1E) is unknown color: approx Fiery Orange. HEX triplet: B5, 5E and 1E. RGB value is (181,94,30). Sum of RGB (Red+Green+Blue) = 181+94+30=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E1E is #4AA1E1. Grayscale: #717171. Windows color (decimal): -4891106 or 1990325. OLE color: 1990325.

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

Color convert

RGB1819430-
CMYK00.480.830.29
HSL25.43º71.56%41.37%-
HSV(B)25.43º83.43%70.98%-
XYZ23.2917.923.46-
YUV112.7281.32176.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 30 (12.11% from 255) = 9.84%
R=59.34%
G=30.82%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181943000.480.830.2925.4371.5641.37
HexB55E1E030531D194829
Octal26513636060123353111051
Binary101101011011110111100110000101001111101110011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E1E; }

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

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

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

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

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

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

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

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