Shades of Fiery Orange #B16234
Tints of Fiery Orange #B16234
RGB
CMYK
RGB Variations
Color information
#B16234 (or 0xB16234) is known color: Fiery Orange. HEX triplet: B1, 62 and 34. RGB value is (177,98,52). Sum of RGB (Red+Green+Blue) = 177+98+52=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B16234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16234 is #4E9DCB. Grayscale: #747474. Windows color (decimal): -5152204 or 3433137. OLE color: 3433137.
HSL color Cylindrical-coordinate representation of color #B16234: hue angle of 22.08º 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 #B16234 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 52 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.31 |
| HSL | 22.08º | 0.55% | 0.45% | - |
| HSV(B) | 22.08º | 0.71% | 0.69% | - |
| XYZ | 23.12 | 18.33 | 5.57 | - |
| YUV | 116.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 52 | 0 | 0.45 | 0.71 | 0.31 | 22.08 | 0.55 | 0.45 |
| Hex | B1 | 62 | 34 | 0 | 2D | 47 | 1F | 16 | 37 | 2D |
| Octal | 261 | 142 | 64 | 0 | 55 | 107 | 37 | 26 | 67 | 55 |
| Binary | 10110001 | 1100010 | 110100 | 0 | 101101 | 1000111 | 11111 | 10110 | 110111 | 101101 |
Color Harmonies of #B16234
Complementary color
Monochromatic Colors of #B16234
Black with #B16234
Text Example
Text Example
White with #B16234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16234; }
p { color: rgb(177,98,52); }
H1.HeaderClassName
{
color: #B16234;
}
.AnyTagClassName
{
color: #B16234;
}
</style>
background-color css
<style>
a { background-color: #B16234; }
a { background-color: rgb(177,98,52); }
div.DivClassName
{
background-color: #B16234;
}
.BgClassName
{
background-color: #B16234;
}
</style>
border-color css
<style>
span { border-color: #B16234; }
span { border-color: rgb(177,98,52); }
td.TdClassName
{
border-color: #B16234;
}
.TagClassName
{
border-color: #B16234;
}
</style>