Shades of Fiery Orange #B16127
Tints of Fiery Orange #B16127
RGB
CMYK
RGB Variations
Color information
#B16127 (or 0xB16127) is known color: Fiery Orange. HEX triplet: B1, 61 and 27. RGB value is (177,97,39). Sum of RGB (Red+Green+Blue) = 177+97+39=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B16127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16127 is #4E9ED8. Grayscale: #727272. Windows color (decimal): -5152473 or 2580913. OLE color: 2580913.
HSL color Cylindrical-coordinate representation of color #B16127: hue angle of 25.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B16127 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 39 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.31 |
| HSL | 25.22º | 0.64% | 0.42% | - |
| HSV(B) | 25.22º | 0.78% | 0.69% | - |
| XYZ | 22.77 | 18.04 | 4.2 | - |
| YUV | 114.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 39 | 0 | 0.45 | 0.78 | 0.31 | 25.22 | 0.64 | 0.42 |
| Hex | B1 | 61 | 27 | 0 | 2D | 4E | 1F | 19 | 40 | 2A |
| Octal | 261 | 141 | 47 | 0 | 55 | 116 | 37 | 31 | 100 | 52 |
| Binary | 10110001 | 1100001 | 100111 | 0 | 101101 | 1001110 | 11111 | 11001 | 1000000 | 101010 |
Color Harmonies of #B16127
Complementary color
Monochromatic Colors of #B16127
Black with #B16127
Text Example
Text Example
White with #B16127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16127; }
p { color: rgb(177,97,39); }
H1.HeaderClassName
{
color: #B16127;
}
.AnyTagClassName
{
color: #B16127;
}
</style>
background-color css
<style>
a { background-color: #B16127; }
a { background-color: rgb(177,97,39); }
div.DivClassName
{
background-color: #B16127;
}
.BgClassName
{
background-color: #B16127;
}
</style>
border-color css
<style>
span { border-color: #B16127; }
span { border-color: rgb(177,97,39); }
td.TdClassName
{
border-color: #B16127;
}
.TagClassName
{
border-color: #B16127;
}
</style>