Shades of Fiery Orange #B85825
Tints of Fiery Orange #B85825
RGB
CMYK
RGB Variations
Color information
#B85825 (or 0xB85825) is known color: Fiery Orange. HEX triplet: B8, 58 and 25. RGB value is (184,88,37). Sum of RGB (Red+Green+Blue) = 184+88+37=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85825 is #47A7DA. Grayscale: #6F6F6F. Windows color (decimal): -4696027 or 2447544. OLE color: 2447544.
HSL color Cylindrical-coordinate representation of color #B85825: hue angle of 20.82º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B85825 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 37 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.28 |
| HSL | 20.82º | 0.67% | 0.43% | - |
| HSV(B) | 20.82º | 0.8% | 0.72% | - |
| XYZ | 23.59 | 17.3 | 3.85 | - |
| YUV | 110.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 37 | 0 | 0.52 | 0.80 | 0.28 | 20.82 | 0.67 | 0.43 |
| Hex | B8 | 58 | 25 | 0 | 34 | 50 | 1C | 15 | 43 | 2B |
| Octal | 270 | 130 | 45 | 0 | 64 | 120 | 34 | 25 | 103 | 53 |
| Binary | 10111000 | 1011000 | 100101 | 0 | 110100 | 1010000 | 11100 | 10101 | 1000011 | 101011 |
Color Harmonies of #B85825
Complementary color
Monochromatic Colors of #B85825
Black with #B85825
Text Example
Text Example
White with #B85825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85825; }
p { color: rgb(184,88,37); }
H1.HeaderClassName
{
color: #B85825;
}
.AnyTagClassName
{
color: #B85825;
}
</style>
background-color css
<style>
a { background-color: #B85825; }
a { background-color: rgb(184,88,37); }
div.DivClassName
{
background-color: #B85825;
}
.BgClassName
{
background-color: #B85825;
}
</style>
border-color css
<style>
span { border-color: #B85825; }
span { border-color: rgb(184,88,37); }
td.TdClassName
{
border-color: #B85825;
}
.TagClassName
{
border-color: #B85825;
}
</style>