Shades of Fiery Orange #B16332
Tints of Fiery Orange #B16332
RGB
CMYK
RGB Variations
Color information
#B16332 (or 0xB16332) is known color: Fiery Orange. HEX triplet: B1, 63 and 32. RGB value is (177,99,50). Sum of RGB (Red+Green+Blue) = 177+99+50=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B16332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16332 is #4E9CCD. Grayscale: #757575. Windows color (decimal): -5151950 or 3302321. OLE color: 3302321.
HSL color Cylindrical-coordinate representation of color #B16332: hue angle of 23.15º 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 #B16332 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 50 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.31 |
| HSL | 23.15º | 0.56% | 0.45% | - |
| HSV(B) | 23.15º | 0.72% | 0.69% | - |
| XYZ | 23.17 | 18.5 | 5.37 | - |
| YUV | 116.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 50 | 0 | 0.44 | 0.72 | 0.31 | 23.15 | 0.56 | 0.45 |
| Hex | B1 | 63 | 32 | 0 | 2C | 48 | 1F | 17 | 38 | 2D |
| Octal | 261 | 143 | 62 | 0 | 54 | 110 | 37 | 27 | 70 | 55 |
| Binary | 10110001 | 1100011 | 110010 | 0 | 101100 | 1001000 | 11111 | 10111 | 111000 | 101101 |
Color Harmonies of #B16332
Complementary color
Monochromatic Colors of #B16332
Black with #B16332
Text Example
Text Example
White with #B16332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16332; }
p { color: rgb(177,99,50); }
H1.HeaderClassName
{
color: #B16332;
}
.AnyTagClassName
{
color: #B16332;
}
</style>
background-color css
<style>
a { background-color: #B16332; }
a { background-color: rgb(177,99,50); }
div.DivClassName
{
background-color: #B16332;
}
.BgClassName
{
background-color: #B16332;
}
</style>
border-color css
<style>
span { border-color: #B16332; }
span { border-color: rgb(177,99,50); }
td.TdClassName
{
border-color: #B16332;
}
.TagClassName
{
border-color: #B16332;
}
</style>