Shades of Fiery Orange #B85521
Tints of Fiery Orange #B85521
RGB
CMYK
RGB Variations
Color information
#B85521 (or 0xB85521) is known color: Fiery Orange. HEX triplet: B8, 55 and 21. RGB value is (184,85,33). Sum of RGB (Red+Green+Blue) = 184+85+33=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B85521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85521 is #47AADE. Grayscale: #6C6C6C. Windows color (decimal): -4696799 or 2184632. OLE color: 2184632.
HSL color Cylindrical-coordinate representation of color #B85521: hue angle of 20.66º 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 #B85521 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 33 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.28 |
| HSL | 20.66º | 0.7% | 0.43% | - |
| HSV(B) | 20.66º | 0.82% | 0.72% | - |
| XYZ | 23.29 | 16.8 | 3.45 | - |
| YUV | 108.67 | 85.3 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 33 | 0 | 0.54 | 0.82 | 0.28 | 20.66 | 0.7 | 0.43 |
| Hex | B8 | 55 | 21 | 0 | 36 | 52 | 1C | 15 | 46 | 2B |
| Octal | 270 | 125 | 41 | 0 | 66 | 122 | 34 | 25 | 106 | 53 |
| Binary | 10111000 | 1010101 | 100001 | 0 | 110110 | 1010010 | 11100 | 10101 | 1000110 | 101011 |
Color Harmonies of #B85521
Complementary color
Monochromatic Colors of #B85521
Black with #B85521
Text Example
Text Example
White with #B85521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85521; }
p { color: rgb(184,85,33); }
H1.HeaderClassName
{
color: #B85521;
}
.AnyTagClassName
{
color: #B85521;
}
</style>
background-color css
<style>
a { background-color: #B85521; }
a { background-color: rgb(184,85,33); }
div.DivClassName
{
background-color: #B85521;
}
.BgClassName
{
background-color: #B85521;
}
</style>
border-color css
<style>
span { border-color: #B85521; }
span { border-color: rgb(184,85,33); }
td.TdClassName
{
border-color: #B85521;
}
.TagClassName
{
border-color: #B85521;
}
</style>