Shades of Fiery Orange #B85921
Tints of Fiery Orange #B85921
RGB
CMYK
RGB Variations
Color information
#B85921 (or 0xB85921) is known color: Fiery Orange. HEX triplet: B8, 59 and 21. RGB value is (184,89,33). Sum of RGB (Red+Green+Blue) = 184+89+33=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B85921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85921 is #47A6DE. Grayscale: #6F6F6F. Windows color (decimal): -4695775 or 2185656. OLE color: 2185656.
HSL color Cylindrical-coordinate representation of color #B85921: hue angle of 22.25º 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 #B85921 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 33 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.28 |
| HSL | 22.25º | 0.7% | 0.43% | - |
| HSV(B) | 22.25º | 0.82% | 0.72% | - |
| XYZ | 23.61 | 17.44 | 3.56 | - |
| YUV | 111.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 33 | 0 | 0.52 | 0.82 | 0.28 | 22.25 | 0.7 | 0.43 |
| Hex | B8 | 59 | 21 | 0 | 34 | 52 | 1C | 16 | 46 | 2B |
| Octal | 270 | 131 | 41 | 0 | 64 | 122 | 34 | 26 | 106 | 53 |
| Binary | 10111000 | 1011001 | 100001 | 0 | 110100 | 1010010 | 11100 | 10110 | 1000110 | 101011 |
Color Harmonies of #B85921
Complementary color
Monochromatic Colors of #B85921
Black with #B85921
Text Example
Text Example
White with #B85921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85921; }
p { color: rgb(184,89,33); }
H1.HeaderClassName
{
color: #B85921;
}
.AnyTagClassName
{
color: #B85921;
}
</style>
background-color css
<style>
a { background-color: #B85921; }
a { background-color: rgb(184,89,33); }
div.DivClassName
{
background-color: #B85921;
}
.BgClassName
{
background-color: #B85921;
}
</style>
border-color css
<style>
span { border-color: #B85921; }
span { border-color: rgb(184,89,33); }
td.TdClassName
{
border-color: #B85921;
}
.TagClassName
{
border-color: #B85921;
}
</style>