Shades of Fiery Orange #B85817
Tints of Fiery Orange #B85817
RGB
CMYK
RGB Variations
Color information
#B85817 (or 0xB85817) is known color: Fiery Orange. HEX triplet: B8, 58 and 17. RGB value is (184,88,23). Sum of RGB (Red+Green+Blue) = 184+88+23=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B85817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85817 is #47A7E8. Grayscale: #6D6D6D. Windows color (decimal): -4696041 or 1530040. OLE color: 1530040.
HSL color Cylindrical-coordinate representation of color #B85817: hue angle of 24.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B85817 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 23 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.28 |
| HSL | 24.22º | 0.78% | 0.41% | - |
| HSV(B) | 24.22º | 0.88% | 0.72% | - |
| XYZ | 23.41 | 17.23 | 2.9 | - |
| YUV | 109.29 | 79.3 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 23 | 0 | 0.52 | 0.88 | 0.28 | 24.22 | 0.78 | 0.41 |
| Hex | B8 | 58 | 17 | 0 | 34 | 58 | 1C | 18 | 4E | 29 |
| Octal | 270 | 130 | 27 | 0 | 64 | 130 | 34 | 30 | 116 | 51 |
| Binary | 10111000 | 1011000 | 10111 | 0 | 110100 | 1011000 | 11100 | 11000 | 1001110 | 101001 |
Color Harmonies of #B85817
Complementary color
Monochromatic Colors of #B85817
Black with #B85817
Text Example
Text Example
White with #B85817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85817; }
p { color: rgb(184,88,23); }
H1.HeaderClassName
{
color: #B85817;
}
.AnyTagClassName
{
color: #B85817;
}
</style>
background-color css
<style>
a { background-color: #B85817; }
a { background-color: rgb(184,88,23); }
div.DivClassName
{
background-color: #B85817;
}
.BgClassName
{
background-color: #B85817;
}
</style>
border-color css
<style>
span { border-color: #B85817; }
span { border-color: rgb(184,88,23); }
td.TdClassName
{
border-color: #B85817;
}
.TagClassName
{
border-color: #B85817;
}
</style>