Shades of Fiery Orange #B85822
Tints of Fiery Orange #B85822
RGB
CMYK
RGB Variations
Color information
#B85822 (or 0xB85822) is known color: Fiery Orange. HEX triplet: B8, 58 and 22. RGB value is (184,88,34). Sum of RGB (Red+Green+Blue) = 184+88+34=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B85822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85822 is #47A7DD. Grayscale: #6E6E6E. Windows color (decimal): -4696030 or 2250936. OLE color: 2250936.
HSL color Cylindrical-coordinate representation of color #B85822: hue angle of 21.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B85822 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 34 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.28 |
| HSL | 21.6º | 0.69% | 0.43% | - |
| HSV(B) | 21.6º | 0.82% | 0.72% | - |
| XYZ | 23.55 | 17.29 | 3.61 | - |
| YUV | 110.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 34 | 0 | 0.52 | 0.82 | 0.28 | 21.6 | 0.69 | 0.43 |
| Hex | B8 | 58 | 22 | 0 | 34 | 52 | 1C | 16 | 45 | 2B |
| Octal | 270 | 130 | 42 | 0 | 64 | 122 | 34 | 26 | 105 | 53 |
| Binary | 10111000 | 1011000 | 100010 | 0 | 110100 | 1010010 | 11100 | 10110 | 1000101 | 101011 |
Color Harmonies of #B85822
Complementary color
Monochromatic Colors of #B85822
Black with #B85822
Text Example
Text Example
White with #B85822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85822; }
p { color: rgb(184,88,34); }
H1.HeaderClassName
{
color: #B85822;
}
.AnyTagClassName
{
color: #B85822;
}
</style>
background-color css
<style>
a { background-color: #B85822; }
a { background-color: rgb(184,88,34); }
div.DivClassName
{
background-color: #B85822;
}
.BgClassName
{
background-color: #B85822;
}
</style>
border-color css
<style>
span { border-color: #B85822; }
span { border-color: rgb(184,88,34); }
td.TdClassName
{
border-color: #B85822;
}
.TagClassName
{
border-color: #B85822;
}
</style>