Shades of Fiery Orange #B16233
Tints of Fiery Orange #B16233
RGB
CMYK
RGB Variations
Color information
#B16233 (or 0xB16233) is known color: Fiery Orange. HEX triplet: B1, 62 and 33. RGB value is (177,98,51). Sum of RGB (Red+Green+Blue) = 177+98+51=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B16233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16233 is #4E9DCC. Grayscale: #747474. Windows color (decimal): -5152205 or 3367601. OLE color: 3367601.
HSL color Cylindrical-coordinate representation of color #B16233: hue angle of 22.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B16233 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 51 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.31 |
| HSL | 22.38º | 0.55% | 0.45% | - |
| HSV(B) | 22.38º | 0.71% | 0.69% | - |
| XYZ | 23.1 | 18.32 | 5.45 | - |
| YUV | 116.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 51 | 0 | 0.45 | 0.71 | 0.31 | 22.38 | 0.55 | 0.45 |
| Hex | B1 | 62 | 33 | 0 | 2D | 47 | 1F | 16 | 37 | 2D |
| Octal | 261 | 142 | 63 | 0 | 55 | 107 | 37 | 26 | 67 | 55 |
| Binary | 10110001 | 1100010 | 110011 | 0 | 101101 | 1000111 | 11111 | 10110 | 110111 | 101101 |
Color Harmonies of #B16233
Complementary color
Monochromatic Colors of #B16233
Black with #B16233
Text Example
Text Example
White with #B16233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16233; }
p { color: rgb(177,98,51); }
H1.HeaderClassName
{
color: #B16233;
}
.AnyTagClassName
{
color: #B16233;
}
</style>
background-color css
<style>
a { background-color: #B16233; }
a { background-color: rgb(177,98,51); }
div.DivClassName
{
background-color: #B16233;
}
.BgClassName
{
background-color: #B16233;
}
</style>
border-color css
<style>
span { border-color: #B16233; }
span { border-color: rgb(177,98,51); }
td.TdClassName
{
border-color: #B16233;
}
.TagClassName
{
border-color: #B16233;
}
</style>