Shades of Fiery Orange #B85531
Tints of Fiery Orange #B85531
RGB
CMYK
RGB Variations
Color information
#B85531 (or 0xB85531) is known color: Fiery Orange. HEX triplet: B8, 55 and 31. RGB value is (184,85,49). Sum of RGB (Red+Green+Blue) = 184+85+49=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B85531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85531 is #47AACE. Grayscale: #6E6E6E. Windows color (decimal): -4696783 or 3233208. OLE color: 3233208.
HSL color Cylindrical-coordinate representation of color #B85531: hue angle of 16º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B85531 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 49 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.28 |
| HSL | 16º | 0.58% | 0.46% | - |
| HSV(B) | 16º | 0.73% | 0.72% | - |
| XYZ | 23.57 | 16.91 | 4.93 | - |
| YUV | 110.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 49 | 0 | 0.54 | 0.73 | 0.28 | 16 | 0.58 | 0.46 |
| Hex | B8 | 55 | 31 | 0 | 36 | 49 | 1C | 10 | 3A | 2E |
| Octal | 270 | 125 | 61 | 0 | 66 | 111 | 34 | 20 | 72 | 56 |
| Binary | 10111000 | 1010101 | 110001 | 0 | 110110 | 1001001 | 11100 | 10000 | 111010 | 101110 |
Color Harmonies of #B85531
Complementary color
Monochromatic Colors of #B85531
Black with #B85531
Text Example
Text Example
White with #B85531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85531; }
p { color: rgb(184,85,49); }
H1.HeaderClassName
{
color: #B85531;
}
.AnyTagClassName
{
color: #B85531;
}
</style>
background-color css
<style>
a { background-color: #B85531; }
a { background-color: rgb(184,85,49); }
div.DivClassName
{
background-color: #B85531;
}
.BgClassName
{
background-color: #B85531;
}
</style>
border-color css
<style>
span { border-color: #B85531; }
span { border-color: rgb(184,85,49); }
td.TdClassName
{
border-color: #B85531;
}
.TagClassName
{
border-color: #B85531;
}
</style>