Shades of Fiery Orange #B85623
Tints of Fiery Orange #B85623
RGB
CMYK
RGB Variations
Color information
#B85623 (or 0xB85623) is known color: Fiery Orange. HEX triplet: B8, 56 and 23. RGB value is (184,86,35). Sum of RGB (Red+Green+Blue) = 184+86+35=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B85623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85623 is #47A9DC. Grayscale: #6D6D6D. Windows color (decimal): -4696541 or 2315960. OLE color: 2315960.
HSL color Cylindrical-coordinate representation of color #B85623: hue angle of 20.54º 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 #B85623 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 35 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.28 |
| HSL | 20.54º | 0.68% | 0.43% | - |
| HSV(B) | 20.54º | 0.81% | 0.72% | - |
| XYZ | 23.4 | 16.97 | 3.63 | - |
| YUV | 109.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 35 | 0 | 0.53 | 0.81 | 0.28 | 20.54 | 0.68 | 0.43 |
| Hex | B8 | 56 | 23 | 0 | 35 | 51 | 1C | 15 | 44 | 2B |
| Octal | 270 | 126 | 43 | 0 | 65 | 121 | 34 | 25 | 104 | 53 |
| Binary | 10111000 | 1010110 | 100011 | 0 | 110101 | 1010001 | 11100 | 10101 | 1000100 | 101011 |
Color Harmonies of #B85623
Complementary color
Monochromatic Colors of #B85623
Black with #B85623
Text Example
Text Example
White with #B85623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85623; }
p { color: rgb(184,86,35); }
H1.HeaderClassName
{
color: #B85623;
}
.AnyTagClassName
{
color: #B85623;
}
</style>
background-color css
<style>
a { background-color: #B85623; }
a { background-color: rgb(184,86,35); }
div.DivClassName
{
background-color: #B85623;
}
.BgClassName
{
background-color: #B85623;
}
</style>
border-color css
<style>
span { border-color: #B85623; }
span { border-color: rgb(184,86,35); }
td.TdClassName
{
border-color: #B85623;
}
.TagClassName
{
border-color: #B85623;
}
</style>