Shades of Fiery Orange #B16229
Tints of Fiery Orange #B16229
RGB
CMYK
RGB Variations
Color information
#B16229 (or 0xB16229) is known color: Fiery Orange. HEX triplet: B1, 62 and 29. RGB value is (177,98,41). Sum of RGB (Red+Green+Blue) = 177+98+41=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B16229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16229 is #4E9DD6. Grayscale: #737373. Windows color (decimal): -5152215 or 2712241. OLE color: 2712241.
HSL color Cylindrical-coordinate representation of color #B16229: hue angle of 25.15º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B16229 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 41 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.31 |
| HSL | 25.15º | 0.62% | 0.43% | - |
| HSV(B) | 25.15º | 0.77% | 0.69% | - |
| XYZ | 22.9 | 18.24 | 4.41 | - |
| YUV | 115.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 41 | 0 | 0.45 | 0.77 | 0.31 | 25.15 | 0.62 | 0.43 |
| Hex | B1 | 62 | 29 | 0 | 2D | 4D | 1F | 19 | 3E | 2B |
| Octal | 261 | 142 | 51 | 0 | 55 | 115 | 37 | 31 | 76 | 53 |
| Binary | 10110001 | 1100010 | 101001 | 0 | 101101 | 1001101 | 11111 | 11001 | 111110 | 101011 |
Color Harmonies of #B16229
Complementary color
Monochromatic Colors of #B16229
Black with #B16229
Text Example
Text Example
White with #B16229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16229; }
p { color: rgb(177,98,41); }
H1.HeaderClassName
{
color: #B16229;
}
.AnyTagClassName
{
color: #B16229;
}
</style>
background-color css
<style>
a { background-color: #B16229; }
a { background-color: rgb(177,98,41); }
div.DivClassName
{
background-color: #B16229;
}
.BgClassName
{
background-color: #B16229;
}
</style>
border-color css
<style>
span { border-color: #B16229; }
span { border-color: rgb(177,98,41); }
td.TdClassName
{
border-color: #B16229;
}
.TagClassName
{
border-color: #B16229;
}
</style>