Shades of Fiery Orange #B85818
Tints of Fiery Orange #B85818
RGB
CMYK
RGB Variations
Color information
#B85818 (or 0xB85818) is known color: Fiery Orange. HEX triplet: B8, 58 and 18. RGB value is (184,88,24). Sum of RGB (Red+Green+Blue) = 184+88+24=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B85818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85818 is #47A7E7. Grayscale: #6D6D6D. Windows color (decimal): -4696040 or 1595576. OLE color: 1595576.
HSL color Cylindrical-coordinate representation of color #B85818: hue angle of 24º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B85818 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 24 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.28 |
| HSL | 24º | 0.77% | 0.41% | - |
| HSV(B) | 24º | 0.87% | 0.72% | - |
| XYZ | 23.42 | 17.24 | 2.96 | - |
| YUV | 109.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 24 | 0 | 0.52 | 0.87 | 0.28 | 24 | 0.77 | 0.41 |
| Hex | B8 | 58 | 18 | 0 | 34 | 57 | 1C | 18 | 4D | 29 |
| Octal | 270 | 130 | 30 | 0 | 64 | 127 | 34 | 30 | 115 | 51 |
| Binary | 10111000 | 1011000 | 11000 | 0 | 110100 | 1010111 | 11100 | 11000 | 1001101 | 101001 |
Color Harmonies of #B85818
Complementary color
Monochromatic Colors of #B85818
Black with #B85818
Text Example
Text Example
White with #B85818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85818; }
p { color: rgb(184,88,24); }
H1.HeaderClassName
{
color: #B85818;
}
.AnyTagClassName
{
color: #B85818;
}
</style>
background-color css
<style>
a { background-color: #B85818; }
a { background-color: rgb(184,88,24); }
div.DivClassName
{
background-color: #B85818;
}
.BgClassName
{
background-color: #B85818;
}
</style>
border-color css
<style>
span { border-color: #B85818; }
span { border-color: rgb(184,88,24); }
td.TdClassName
{
border-color: #B85818;
}
.TagClassName
{
border-color: #B85818;
}
</style>