#B1622E

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

Shades of Fiery Orange #B1622E

Tints of Fiery Orange #B1622E

Color information

#B1622E (or 0xB1622E) is unknown color: approx Fiery Orange. HEX triplet: B1, 62 and 2E. RGB value is (177,98,46). Sum of RGB (Red+Green+Blue) = 177+98+46=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1622E is #4E9DD1. Grayscale: #737373. Windows color (decimal): -5152210 or 3039921. OLE color: 3039921.

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

Color convert

RGB1779846-
CMYK00.450.740.31
HSL23.82º58.74%43.73%-
HSV(B)23.82º74.01%69.41%-
XYZ22.9918.284.9-
YUV115.6988.67171.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=55.14%
G=30.53%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177984600.450.740.3123.8258.7443.73
HexB1622E02D4A1F183b2c
Octal2611425605511237307354
Binary101100011100010101110010110110010101111111000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1622E; }

 p { color: rgb(177,98,46); }

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

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

 a { background-color: rgb(177,98,46); }

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

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

 span { border-color: rgb(177,98,46); }

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