Shades of Fiery Orange #B85819
Tints of Fiery Orange #B85819
RGB
CMYK
RGB Variations
Color information
#B85819 (or 0xB85819) is known color: Fiery Orange. HEX triplet: B8, 58 and 19. RGB value is (184,88,25). Sum of RGB (Red+Green+Blue) = 184+88+25=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B85819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85819 is #47A7E6. Grayscale: #6D6D6D. Windows color (decimal): -4696039 or 1661112. OLE color: 1661112.
HSL color Cylindrical-coordinate representation of color #B85819: hue angle of 23.77º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B85819 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 25 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.28 |
| HSL | 23.77º | 0.76% | 0.41% | - |
| HSV(B) | 23.77º | 0.86% | 0.72% | - |
| XYZ | 23.43 | 17.24 | 3.01 | - |
| YUV | 109.52 | 80.3 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 25 | 0 | 0.52 | 0.86 | 0.28 | 23.77 | 0.76 | 0.41 |
| Hex | B8 | 58 | 19 | 0 | 34 | 56 | 1C | 18 | 4C | 29 |
| Octal | 270 | 130 | 31 | 0 | 64 | 126 | 34 | 30 | 114 | 51 |
| Binary | 10111000 | 1011000 | 11001 | 0 | 110100 | 1010110 | 11100 | 11000 | 1001100 | 101001 |
Color Harmonies of #B85819
Complementary color
Monochromatic Colors of #B85819
Black with #B85819
Text Example
Text Example
White with #B85819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85819; }
p { color: rgb(184,88,25); }
H1.HeaderClassName
{
color: #B85819;
}
.AnyTagClassName
{
color: #B85819;
}
</style>
background-color css
<style>
a { background-color: #B85819; }
a { background-color: rgb(184,88,25); }
div.DivClassName
{
background-color: #B85819;
}
.BgClassName
{
background-color: #B85819;
}
</style>
border-color css
<style>
span { border-color: #B85819; }
span { border-color: rgb(184,88,25); }
td.TdClassName
{
border-color: #B85819;
}
.TagClassName
{
border-color: #B85819;
}
</style>