Shades of Fiery Orange #B15A31
Tints of Fiery Orange #B15A31
RGB
CMYK
RGB Variations
Color information
#B15A31 (or 0xB15A31) is known color: Fiery Orange. HEX triplet: B1, 5A and 31. RGB value is (177,90,49). Sum of RGB (Red+Green+Blue) = 177+90+49=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A31 is #4EA5CE. Grayscale: #6F6F6F. Windows color (decimal): -5154255 or 3234481. OLE color: 3234481.
HSL color Cylindrical-coordinate representation of color #B15A31: hue angle of 19.22º 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 #B15A31 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 49 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.31 |
| HSL | 19.22º | 0.57% | 0.44% | - |
| HSV(B) | 19.22º | 0.72% | 0.69% | - |
| XYZ | 22.34 | 16.88 | 4.99 | - |
| YUV | 111.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 49 | 0 | 0.49 | 0.72 | 0.31 | 19.22 | 0.57 | 0.44 |
| Hex | B1 | 5A | 31 | 0 | 31 | 48 | 1F | 13 | 39 | 2C |
| Octal | 261 | 132 | 61 | 0 | 61 | 110 | 37 | 23 | 71 | 54 |
| Binary | 10110001 | 1011010 | 110001 | 0 | 110001 | 1001000 | 11111 | 10011 | 111001 | 101100 |
Color Harmonies of #B15A31
Complementary color
Monochromatic Colors of #B15A31
Black with #B15A31
Text Example
Text Example
White with #B15A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A31; }
p { color: rgb(177,90,49); }
H1.HeaderClassName
{
color: #B15A31;
}
.AnyTagClassName
{
color: #B15A31;
}
</style>
background-color css
<style>
a { background-color: #B15A31; }
a { background-color: rgb(177,90,49); }
div.DivClassName
{
background-color: #B15A31;
}
.BgClassName
{
background-color: #B15A31;
}
</style>
border-color css
<style>
span { border-color: #B15A31; }
span { border-color: rgb(177,90,49); }
td.TdClassName
{
border-color: #B15A31;
}
.TagClassName
{
border-color: #B15A31;
}
</style>