Shades of Fiery Orange #B16033
Tints of Fiery Orange #B16033
RGB
CMYK
RGB Variations
Color information
#B16033 (or 0xB16033) is known color: Fiery Orange. HEX triplet: B1, 60 and 33. RGB value is (177,96,51). Sum of RGB (Red+Green+Blue) = 177+96+51=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B16033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16033 is #4E9FCC. Grayscale: #737373. Windows color (decimal): -5152717 or 3367089. OLE color: 3367089.
HSL color Cylindrical-coordinate representation of color #B16033: hue angle of 21.43º 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 #B16033 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 51 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.31 |
| HSL | 21.43º | 0.55% | 0.45% | - |
| HSV(B) | 21.43º | 0.71% | 0.69% | - |
| XYZ | 22.91 | 17.95 | 5.39 | - |
| YUV | 115.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 51 | 0 | 0.46 | 0.71 | 0.31 | 21.43 | 0.55 | 0.45 |
| Hex | B1 | 60 | 33 | 0 | 2E | 47 | 1F | 15 | 37 | 2D |
| Octal | 261 | 140 | 63 | 0 | 56 | 107 | 37 | 25 | 67 | 55 |
| Binary | 10110001 | 1100000 | 110011 | 0 | 101110 | 1000111 | 11111 | 10101 | 110111 | 101101 |
Color Harmonies of #B16033
Complementary color
Monochromatic Colors of #B16033
Black with #B16033
Text Example
Text Example
White with #B16033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16033; }
p { color: rgb(177,96,51); }
H1.HeaderClassName
{
color: #B16033;
}
.AnyTagClassName
{
color: #B16033;
}
</style>
background-color css
<style>
a { background-color: #B16033; }
a { background-color: rgb(177,96,51); }
div.DivClassName
{
background-color: #B16033;
}
.BgClassName
{
background-color: #B16033;
}
</style>
border-color css
<style>
span { border-color: #B16033; }
span { border-color: rgb(177,96,51); }
td.TdClassName
{
border-color: #B16033;
}
.TagClassName
{
border-color: #B16033;
}
</style>