Shades of Fiery Orange #B15922
Tints of Fiery Orange #B15922
RGB
CMYK
RGB Variations
Color information
#B15922 (or 0xB15922) is known color: Fiery Orange. HEX triplet: B1, 59 and 22. RGB value is (177,89,34). Sum of RGB (Red+Green+Blue) = 177+89+34=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B15922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15922 is #4EA6DD. Grayscale: #6D6D6D. Windows color (decimal): -5154526 or 2251185. OLE color: 2251185.
HSL color Cylindrical-coordinate representation of color #B15922: hue angle of 23.08º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B15922 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 34 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.31 |
| HSL | 23.08º | 0.68% | 0.41% | - |
| HSV(B) | 23.08º | 0.81% | 0.69% | - |
| XYZ | 21.99 | 16.61 | 3.56 | - |
| YUV | 109.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 34 | 0 | 0.50 | 0.81 | 0.31 | 23.08 | 0.68 | 0.41 |
| Hex | B1 | 59 | 22 | 0 | 32 | 51 | 1F | 17 | 44 | 29 |
| Octal | 261 | 131 | 42 | 0 | 62 | 121 | 37 | 27 | 104 | 51 |
| Binary | 10110001 | 1011001 | 100010 | 0 | 110010 | 1010001 | 11111 | 10111 | 1000100 | 101001 |
Color Harmonies of #B15922
Complementary color
Monochromatic Colors of #B15922
Black with #B15922
Text Example
Text Example
White with #B15922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15922; }
p { color: rgb(177,89,34); }
H1.HeaderClassName
{
color: #B15922;
}
.AnyTagClassName
{
color: #B15922;
}
</style>
background-color css
<style>
a { background-color: #B15922; }
a { background-color: rgb(177,89,34); }
div.DivClassName
{
background-color: #B15922;
}
.BgClassName
{
background-color: #B15922;
}
</style>
border-color css
<style>
span { border-color: #B15922; }
span { border-color: rgb(177,89,34); }
td.TdClassName
{
border-color: #B15922;
}
.TagClassName
{
border-color: #B15922;
}
</style>