Shades of Fiery Orange #B85523
Tints of Fiery Orange #B85523
RGB
CMYK
RGB Variations
Color information
#B85523 (or 0xB85523) is known color: Fiery Orange. HEX triplet: B8, 55 and 23. RGB value is (184,85,35). Sum of RGB (Red+Green+Blue) = 184+85+35=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B85523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85523 is #47AADC. Grayscale: #6D6D6D. Windows color (decimal): -4696797 or 2315704. OLE color: 2315704.
HSL color Cylindrical-coordinate representation of color #B85523: hue angle of 20.13º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B85523 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 35 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.28 |
| HSL | 20.13º | 0.68% | 0.43% | - |
| HSV(B) | 20.13º | 0.81% | 0.72% | - |
| XYZ | 23.32 | 16.81 | 3.61 | - |
| YUV | 108.9 | 86.3 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 35 | 0 | 0.54 | 0.81 | 0.28 | 20.13 | 0.68 | 0.43 |
| Hex | B8 | 55 | 23 | 0 | 36 | 51 | 1C | 14 | 44 | 2B |
| Octal | 270 | 125 | 43 | 0 | 66 | 121 | 34 | 24 | 104 | 53 |
| Binary | 10111000 | 1010101 | 100011 | 0 | 110110 | 1010001 | 11100 | 10100 | 1000100 | 101011 |
Color Harmonies of #B85523
Complementary color
Monochromatic Colors of #B85523
Black with #B85523
Text Example
Text Example
White with #B85523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85523; }
p { color: rgb(184,85,35); }
H1.HeaderClassName
{
color: #B85523;
}
.AnyTagClassName
{
color: #B85523;
}
</style>
background-color css
<style>
a { background-color: #B85523; }
a { background-color: rgb(184,85,35); }
div.DivClassName
{
background-color: #B85523;
}
.BgClassName
{
background-color: #B85523;
}
</style>
border-color css
<style>
span { border-color: #B85523; }
span { border-color: rgb(184,85,35); }
td.TdClassName
{
border-color: #B85523;
}
.TagClassName
{
border-color: #B85523;
}
</style>