Shades of Fiery Orange #B85823
Tints of Fiery Orange #B85823
RGB
CMYK
RGB Variations
Color information
#B85823 (or 0xB85823) is known color: Fiery Orange. HEX triplet: B8, 58 and 23. RGB value is (184,88,35). Sum of RGB (Red+Green+Blue) = 184+88+35=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B85823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85823 is #47A7DC. Grayscale: #6E6E6E. Windows color (decimal): -4696029 or 2316472. OLE color: 2316472.
HSL color Cylindrical-coordinate representation of color #B85823: hue angle of 21.34º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B85823 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 35 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.28 |
| HSL | 21.34º | 0.68% | 0.43% | - |
| HSV(B) | 21.34º | 0.81% | 0.72% | - |
| XYZ | 23.56 | 17.29 | 3.69 | - |
| YUV | 110.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 35 | 0 | 0.52 | 0.81 | 0.28 | 21.34 | 0.68 | 0.43 |
| Hex | B8 | 58 | 23 | 0 | 34 | 51 | 1C | 15 | 44 | 2B |
| Octal | 270 | 130 | 43 | 0 | 64 | 121 | 34 | 25 | 104 | 53 |
| Binary | 10111000 | 1011000 | 100011 | 0 | 110100 | 1010001 | 11100 | 10101 | 1000100 | 101011 |
Color Harmonies of #B85823
Complementary color
Monochromatic Colors of #B85823
Black with #B85823
Text Example
Text Example
White with #B85823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85823; }
p { color: rgb(184,88,35); }
H1.HeaderClassName
{
color: #B85823;
}
.AnyTagClassName
{
color: #B85823;
}
</style>
background-color css
<style>
a { background-color: #B85823; }
a { background-color: rgb(184,88,35); }
div.DivClassName
{
background-color: #B85823;
}
.BgClassName
{
background-color: #B85823;
}
</style>
border-color css
<style>
span { border-color: #B85823; }
span { border-color: rgb(184,88,35); }
td.TdClassName
{
border-color: #B85823;
}
.TagClassName
{
border-color: #B85823;
}
</style>