Shades of Fiery Orange #B15E26
Tints of Fiery Orange #B15E26
RGB
CMYK
RGB Variations
Color information
#B15E26 (or 0xB15E26) is known color: Fiery Orange. HEX triplet: B1, 5E and 26. RGB value is (177,94,38). Sum of RGB (Red+Green+Blue) = 177+94+38=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E26 is #4EA1D9. Grayscale: #707070. Windows color (decimal): -5153242 or 2514609. OLE color: 2514609.
HSL color Cylindrical-coordinate representation of color #B15E26: hue angle of 24.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B15E26 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 38 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.31 |
| HSL | 24.17º | 0.65% | 0.42% | - |
| HSV(B) | 24.17º | 0.79% | 0.69% | - |
| XYZ | 22.48 | 17.49 | 4.03 | - |
| YUV | 112.43 | 86 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 38 | 0 | 0.47 | 0.79 | 0.31 | 24.17 | 0.65 | 0.42 |
| Hex | B1 | 5E | 26 | 0 | 2F | 4F | 1F | 18 | 41 | 2A |
| Octal | 261 | 136 | 46 | 0 | 57 | 117 | 37 | 30 | 101 | 52 |
| Binary | 10110001 | 1011110 | 100110 | 0 | 101111 | 1001111 | 11111 | 11000 | 1000001 | 101010 |
Color Harmonies of #B15E26
Complementary color
Monochromatic Colors of #B15E26
Black with #B15E26
Text Example
Text Example
White with #B15E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E26; }
p { color: rgb(177,94,38); }
H1.HeaderClassName
{
color: #B15E26;
}
.AnyTagClassName
{
color: #B15E26;
}
</style>
background-color css
<style>
a { background-color: #B15E26; }
a { background-color: rgb(177,94,38); }
div.DivClassName
{
background-color: #B15E26;
}
.BgClassName
{
background-color: #B15E26;
}
</style>
border-color css
<style>
span { border-color: #B15E26; }
span { border-color: rgb(177,94,38); }
td.TdClassName
{
border-color: #B15E26;
}
.TagClassName
{
border-color: #B15E26;
}
</style>