#B1622A

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

Shades of Fiery Orange #B1622A

Tints of Fiery Orange #B1622A

Color information

#B1622A (or 0xB1622A) is unknown color: approx Fiery Orange. HEX triplet: B1, 62 and 2A. RGB value is (177,98,42). Sum of RGB (Red+Green+Blue) = 177+98+42=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1622A is #4E9DD5. Grayscale: #737373. Windows color (decimal): -5152214 or 2777777. OLE color: 2777777.

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

Color convert

RGB1779842-
CMYK00.450.760.31
HSL24.89º61.64%42.94%-
HSV(B)24.89º76.27%69.41%-
XYZ22.9218.254.51-
YUV115.2486.67172.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=55.84%
G=30.91%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177984200.450.760.3124.8961.6442.94
HexB1622A02D4C1F193e2b
Octal2611425205511437317653
Binary101100011100010101010010110110011001111111001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1622A; }

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

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

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

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

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

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

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

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