Shades of Fiery Orange #B85820
Tints of Fiery Orange #B85820
RGB
CMYK
RGB Variations
Color information
#B85820 (or 0xB85820) is known color: Fiery Orange. HEX triplet: B8, 58 and 20. RGB value is (184,88,32). Sum of RGB (Red+Green+Blue) = 184+88+32=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B85820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85820 is #47A7DF. Grayscale: #6E6E6E. Windows color (decimal): -4696032 or 2119864. OLE color: 2119864.
HSL color Cylindrical-coordinate representation of color #B85820: hue angle of 22.11º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B85820 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 32 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.28 |
| HSL | 22.11º | 0.7% | 0.42% | - |
| HSV(B) | 22.11º | 0.83% | 0.72% | - |
| XYZ | 23.52 | 17.27 | 3.46 | - |
| YUV | 110.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 32 | 0 | 0.52 | 0.83 | 0.28 | 22.11 | 0.7 | 0.42 |
| Hex | B8 | 58 | 20 | 0 | 34 | 53 | 1C | 16 | 46 | 2A |
| Octal | 270 | 130 | 40 | 0 | 64 | 123 | 34 | 26 | 106 | 52 |
| Binary | 10111000 | 1011000 | 100000 | 0 | 110100 | 1010011 | 11100 | 10110 | 1000110 | 101010 |
Color Harmonies of #B85820
Complementary color
Monochromatic Colors of #B85820
Black with #B85820
Text Example
Text Example
White with #B85820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85820; }
p { color: rgb(184,88,32); }
H1.HeaderClassName
{
color: #B85820;
}
.AnyTagClassName
{
color: #B85820;
}
</style>
background-color css
<style>
a { background-color: #B85820; }
a { background-color: rgb(184,88,32); }
div.DivClassName
{
background-color: #B85820;
}
.BgClassName
{
background-color: #B85820;
}
</style>
border-color css
<style>
span { border-color: #B85820; }
span { border-color: rgb(184,88,32); }
td.TdClassName
{
border-color: #B85820;
}
.TagClassName
{
border-color: #B85820;
}
</style>