#B16126

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

Shades of Fiery Orange #B16126

Tints of Fiery Orange #B16126

Color information

#B16126 (or 0xB16126) is unknown color: approx Fiery Orange. HEX triplet: B1, 61 and 26. RGB value is (177,97,38). Sum of RGB (Red+Green+Blue) = 177+97+38=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B16126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16126 is #4E9ED9. Grayscale: #727272. Windows color (decimal): -5152474 or 2515377. OLE color: 2515377.

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

Color convert

RGB1779738-
CMYK00.450.790.31
HSL25.47º64.65%42.16%-
HSV(B)25.47º78.53%69.41%-
XYZ22.7618.044.12-
YUV114.1985172.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.73%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=56.73%
G=31.09%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177973800.450.790.3125.4764.6542.16
HexB1612602D4F1F19412a
Octal26114146055117373110152
Binary1011000111000011001100101101100111111111110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16126; }

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

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

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

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

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

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

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

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