#B1611E

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

Shades of Fiery Orange #B1611E

Tints of Fiery Orange #B1611E

Color information

#B1611E (or 0xB1611E) is unknown color: approx Fiery Orange. HEX triplet: B1, 61 and 1E. RGB value is (177,97,30). Sum of RGB (Red+Green+Blue) = 177+97+30=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1611E is #4E9EE1. Grayscale: #717171. Windows color (decimal): -5152482 or 1991089. OLE color: 1991089.

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

Color convert

RGB1779730-
CMYK00.450.830.31
HSL27.35º71.01%40.59%-
HSV(B)27.35º83.05%69.41%-
XYZ22.6417.993.51-
YUV113.2881173.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=58.22%
G=31.91%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177973000.450.830.3127.3571.0140.59
HexB1611E02D531F1b4729
Octal26114136055123373310751
Binary101100011100001111100101101101001111111110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1611E; }

 p { color: rgb(177,97,30); }

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

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

 a { background-color: rgb(177,97,30); }

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

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

 span { border-color: rgb(177,97,30); }

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