Shades of Fiery Orange #B16232
Tints of Fiery Orange #B16232
RGB
CMYK
RGB Variations
Color information
#B16232 (or 0xB16232) is known color: Fiery Orange. HEX triplet: B1, 62 and 32. RGB value is (177,98,50). Sum of RGB (Red+Green+Blue) = 177+98+50=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B16232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16232 is #4E9DCD. Grayscale: #747474. Windows color (decimal): -5152206 or 3302065. OLE color: 3302065.
HSL color Cylindrical-coordinate representation of color #B16232: hue angle of 22.68º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B16232 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 50 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.31 |
| HSL | 22.68º | 0.56% | 0.45% | - |
| HSV(B) | 22.68º | 0.72% | 0.69% | - |
| XYZ | 23.07 | 18.31 | 5.34 | - |
| YUV | 116.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 50 | 0 | 0.45 | 0.72 | 0.31 | 22.68 | 0.56 | 0.45 |
| Hex | B1 | 62 | 32 | 0 | 2D | 48 | 1F | 17 | 38 | 2D |
| Octal | 261 | 142 | 62 | 0 | 55 | 110 | 37 | 27 | 70 | 55 |
| Binary | 10110001 | 1100010 | 110010 | 0 | 101101 | 1001000 | 11111 | 10111 | 111000 | 101101 |
Color Harmonies of #B16232
Complementary color
Monochromatic Colors of #B16232
Black with #B16232
Text Example
Text Example
White with #B16232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16232; }
p { color: rgb(177,98,50); }
H1.HeaderClassName
{
color: #B16232;
}
.AnyTagClassName
{
color: #B16232;
}
</style>
background-color css
<style>
a { background-color: #B16232; }
a { background-color: rgb(177,98,50); }
div.DivClassName
{
background-color: #B16232;
}
.BgClassName
{
background-color: #B16232;
}
</style>
border-color css
<style>
span { border-color: #B16232; }
span { border-color: rgb(177,98,50); }
td.TdClassName
{
border-color: #B16232;
}
.TagClassName
{
border-color: #B16232;
}
</style>