Shades of Fiery Orange #B85821
Tints of Fiery Orange #B85821
RGB
CMYK
RGB Variations
Color information
#B85821 (or 0xB85821) is known color: Fiery Orange. HEX triplet: B8, 58 and 21. RGB value is (184,88,33). Sum of RGB (Red+Green+Blue) = 184+88+33=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B85821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85821 is #47A7DE. Grayscale: #6E6E6E. Windows color (decimal): -4696031 or 2185400. OLE color: 2185400.
HSL color Cylindrical-coordinate representation of color #B85821: hue angle of 21.85º degrees, saturation: 0.7, 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 #B85821 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 33 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.28 |
| HSL | 21.85º | 0.7% | 0.43% | - |
| HSV(B) | 21.85º | 0.82% | 0.72% | - |
| XYZ | 23.53 | 17.28 | 3.53 | - |
| YUV | 110.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 33 | 0 | 0.52 | 0.82 | 0.28 | 21.85 | 0.7 | 0.43 |
| Hex | B8 | 58 | 21 | 0 | 34 | 52 | 1C | 16 | 46 | 2B |
| Octal | 270 | 130 | 41 | 0 | 64 | 122 | 34 | 26 | 106 | 53 |
| Binary | 10111000 | 1011000 | 100001 | 0 | 110100 | 1010010 | 11100 | 10110 | 1000110 | 101011 |
Color Harmonies of #B85821
Complementary color
Monochromatic Colors of #B85821
Black with #B85821
Text Example
Text Example
White with #B85821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85821; }
p { color: rgb(184,88,33); }
H1.HeaderClassName
{
color: #B85821;
}
.AnyTagClassName
{
color: #B85821;
}
</style>
background-color css
<style>
a { background-color: #B85821; }
a { background-color: rgb(184,88,33); }
div.DivClassName
{
background-color: #B85821;
}
.BgClassName
{
background-color: #B85821;
}
</style>
border-color css
<style>
span { border-color: #B85821; }
span { border-color: rgb(184,88,33); }
td.TdClassName
{
border-color: #B85821;
}
.TagClassName
{
border-color: #B85821;
}
</style>