Shades of Fiery Orange #B85628
Tints of Fiery Orange #B85628
RGB
CMYK
RGB Variations
Color information
#B85628 (or 0xB85628) is known color: Fiery Orange. HEX triplet: B8, 56 and 28. RGB value is (184,86,40). Sum of RGB (Red+Green+Blue) = 184+86+40=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85628 is #47A9D7. Grayscale: #6E6E6E. Windows color (decimal): -4696536 or 2643640. OLE color: 2643640.
HSL color Cylindrical-coordinate representation of color #B85628: hue angle of 19.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85628 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 40 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.28 |
| HSL | 19.17º | 0.64% | 0.44% | - |
| HSV(B) | 19.17º | 0.78% | 0.72% | - |
| XYZ | 23.48 | 17 | 4.05 | - |
| YUV | 110.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 40 | 0 | 0.53 | 0.78 | 0.28 | 19.17 | 0.64 | 0.44 |
| Hex | B8 | 56 | 28 | 0 | 35 | 4E | 1C | 13 | 40 | 2C |
| Octal | 270 | 126 | 50 | 0 | 65 | 116 | 34 | 23 | 100 | 54 |
| Binary | 10111000 | 1010110 | 101000 | 0 | 110101 | 1001110 | 11100 | 10011 | 1000000 | 101100 |
Color Harmonies of #B85628
Complementary color
Monochromatic Colors of #B85628
Black with #B85628
Text Example
Text Example
White with #B85628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85628; }
p { color: rgb(184,86,40); }
H1.HeaderClassName
{
color: #B85628;
}
.AnyTagClassName
{
color: #B85628;
}
</style>
background-color css
<style>
a { background-color: #B85628; }
a { background-color: rgb(184,86,40); }
div.DivClassName
{
background-color: #B85628;
}
.BgClassName
{
background-color: #B85628;
}
</style>
border-color css
<style>
span { border-color: #B85628; }
span { border-color: rgb(184,86,40); }
td.TdClassName
{
border-color: #B85628;
}
.TagClassName
{
border-color: #B85628;
}
</style>