Shades of Fiery Orange #B15B31
Tints of Fiery Orange #B15B31
RGB
CMYK
RGB Variations
Color information
#B15B31 (or 0xB15B31) is known color: Fiery Orange. HEX triplet: B1, 5B and 31. RGB value is (177,91,49). Sum of RGB (Red+Green+Blue) = 177+91+49=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B31 is #4EA4CE. Grayscale: #707070. Windows color (decimal): -5153999 or 3234737. OLE color: 3234737.
HSL color Cylindrical-coordinate representation of color #B15B31: hue angle of 19.69º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B15B31 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 49 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.31 |
| HSL | 19.69º | 0.57% | 0.44% | - |
| HSV(B) | 19.69º | 0.72% | 0.69% | - |
| XYZ | 22.43 | 17.05 | 5.01 | - |
| YUV | 111.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 49 | 0 | 0.49 | 0.72 | 0.31 | 19.69 | 0.57 | 0.44 |
| Hex | B1 | 5B | 31 | 0 | 31 | 48 | 1F | 14 | 39 | 2C |
| Octal | 261 | 133 | 61 | 0 | 61 | 110 | 37 | 24 | 71 | 54 |
| Binary | 10110001 | 1011011 | 110001 | 0 | 110001 | 1001000 | 11111 | 10100 | 111001 | 101100 |
Color Harmonies of #B15B31
Complementary color
Monochromatic Colors of #B15B31
Black with #B15B31
Text Example
Text Example
White with #B15B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B31; }
p { color: rgb(177,91,49); }
H1.HeaderClassName
{
color: #B15B31;
}
.AnyTagClassName
{
color: #B15B31;
}
</style>
background-color css
<style>
a { background-color: #B15B31; }
a { background-color: rgb(177,91,49); }
div.DivClassName
{
background-color: #B15B31;
}
.BgClassName
{
background-color: #B15B31;
}
</style>
border-color css
<style>
span { border-color: #B15B31; }
span { border-color: rgb(177,91,49); }
td.TdClassName
{
border-color: #B15B31;
}
.TagClassName
{
border-color: #B15B31;
}
</style>