#B16131

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

Shades of Fiery Orange #B16131

Tints of Fiery Orange #B16131

Color information

#B16131 (or 0xB16131) is unknown color: approx Fiery Orange. HEX triplet: B1, 61 and 31. RGB value is (177,97,49). Sum of RGB (Red+Green+Blue) = 177+97+49=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B16131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16131 is #4E9ECE. Grayscale: #737373. Windows color (decimal): -5152463 or 3236273. OLE color: 3236273.

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

Color convert

RGB1779749-
CMYK00.450.720.31
HSL22.5º56.64%44.31%-
HSV(B)22.5º72.32%69.41%-
XYZ22.9618.125.19-
YUV115.4590.5171.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=54.80%
G=30.03%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177974900.450.720.3122.556.6444.31
HexB1613102D481F16392c
Octal2611416105511037267154
Binary101100011100001110001010110110010001111110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16131; }

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

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

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

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

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

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

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

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