Shades of Fiery Orange #B15E27
Tints of Fiery Orange #B15E27
RGB
CMYK
RGB Variations
Color information
#B15E27 (or 0xB15E27) is known color: Fiery Orange. HEX triplet: B1, 5E and 27. RGB value is (177,94,39). Sum of RGB (Red+Green+Blue) = 177+94+39=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E27 is #4EA1D8. Grayscale: #707070. Windows color (decimal): -5153241 or 2580145. OLE color: 2580145.
HSL color Cylindrical-coordinate representation of color #B15E27: hue angle of 23.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B15E27 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 39 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.31 |
| HSL | 23.91º | 0.64% | 0.42% | - |
| HSV(B) | 23.91º | 0.78% | 0.69% | - |
| XYZ | 22.5 | 17.5 | 4.11 | - |
| YUV | 112.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 39 | 0 | 0.47 | 0.78 | 0.31 | 23.91 | 0.64 | 0.42 |
| Hex | B1 | 5E | 27 | 0 | 2F | 4E | 1F | 18 | 40 | 2A |
| Octal | 261 | 136 | 47 | 0 | 57 | 116 | 37 | 30 | 100 | 52 |
| Binary | 10110001 | 1011110 | 100111 | 0 | 101111 | 1001110 | 11111 | 11000 | 1000000 | 101010 |
Color Harmonies of #B15E27
Complementary color
Monochromatic Colors of #B15E27
Black with #B15E27
Text Example
Text Example
White with #B15E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E27; }
p { color: rgb(177,94,39); }
H1.HeaderClassName
{
color: #B15E27;
}
.AnyTagClassName
{
color: #B15E27;
}
</style>
background-color css
<style>
a { background-color: #B15E27; }
a { background-color: rgb(177,94,39); }
div.DivClassName
{
background-color: #B15E27;
}
.BgClassName
{
background-color: #B15E27;
}
</style>
border-color css
<style>
span { border-color: #B15E27; }
span { border-color: rgb(177,94,39); }
td.TdClassName
{
border-color: #B15E27;
}
.TagClassName
{
border-color: #B15E27;
}
</style>