Shades of Fiery Orange #B85A16
Tints of Fiery Orange #B85A16
RGB
CMYK
RGB Variations
Color information
#B85A16 (or 0xB85A16) is known color: Fiery Orange. HEX triplet: B8, 5A and 16. RGB value is (184,90,22). Sum of RGB (Red+Green+Blue) = 184+90+22=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A16 is #47A5E9. Grayscale: #6E6E6E. Windows color (decimal): -4695530 or 1465016. OLE color: 1465016.
HSL color Cylindrical-coordinate representation of color #B85A16: hue angle of 25.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B85A16 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 22 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.28 |
| HSL | 25.19º | 0.79% | 0.4% | - |
| HSV(B) | 25.19º | 0.88% | 0.72% | - |
| XYZ | 23.57 | 17.56 | 2.91 | - |
| YUV | 110.35 | 78.14 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 22 | 0 | 0.51 | 0.88 | 0.28 | 25.19 | 0.79 | 0.4 |
| Hex | B8 | 5A | 16 | 0 | 33 | 58 | 1C | 19 | 4F | 28 |
| Octal | 270 | 132 | 26 | 0 | 63 | 130 | 34 | 31 | 117 | 50 |
| Binary | 10111000 | 1011010 | 10110 | 0 | 110011 | 1011000 | 11100 | 11001 | 1001111 | 101000 |
Color Harmonies of #B85A16
Complementary color
Monochromatic Colors of #B85A16
Black with #B85A16
Text Example
Text Example
White with #B85A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A16; }
p { color: rgb(184,90,22); }
H1.HeaderClassName
{
color: #B85A16;
}
.AnyTagClassName
{
color: #B85A16;
}
</style>
background-color css
<style>
a { background-color: #B85A16; }
a { background-color: rgb(184,90,22); }
div.DivClassName
{
background-color: #B85A16;
}
.BgClassName
{
background-color: #B85A16;
}
</style>
border-color css
<style>
span { border-color: #B85A16; }
span { border-color: rgb(184,90,22); }
td.TdClassName
{
border-color: #B85A16;
}
.TagClassName
{
border-color: #B85A16;
}
</style>