Shades of Fiery Orange #B85A1F
Tints of Fiery Orange #B85A1F
RGB
CMYK
RGB Variations
Color information
#B85A1F (or 0xB85A1F) is known color: Fiery Orange. HEX triplet: B8, 5A and 1F. RGB value is (184,90,31). Sum of RGB (Red+Green+Blue) = 184+90+31=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A1F is #47A5E0. Grayscale: #6F6F6F. Windows color (decimal): -4695521 or 2054840. OLE color: 2054840.
HSL color Cylindrical-coordinate representation of color #B85A1F: hue angle of 23.14º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B85A1F is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 31 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.28 |
| HSL | 23.14º | 0.71% | 0.42% | - |
| HSV(B) | 23.14º | 0.83% | 0.72% | - |
| XYZ | 23.67 | 17.6 | 3.45 | - |
| YUV | 111.38 | 82.64 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 31 | 0 | 0.51 | 0.83 | 0.28 | 23.14 | 0.71 | 0.42 |
| Hex | B8 | 5A | 1F | 0 | 33 | 53 | 1C | 17 | 47 | 2A |
| Octal | 270 | 132 | 37 | 0 | 63 | 123 | 34 | 27 | 107 | 52 |
| Binary | 10111000 | 1011010 | 11111 | 0 | 110011 | 1010011 | 11100 | 10111 | 1000111 | 101010 |
Color Harmonies of #B85A1F
Complementary color
Monochromatic Colors of #B85A1F
Black with #B85A1F
Text Example
Text Example
White with #B85A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A1F; }
p { color: rgb(184,90,31); }
H1.HeaderClassName
{
color: #B85A1F;
}
.AnyTagClassName
{
color: #B85A1F;
}
</style>
background-color css
<style>
a { background-color: #B85A1F; }
a { background-color: rgb(184,90,31); }
div.DivClassName
{
background-color: #B85A1F;
}
.BgClassName
{
background-color: #B85A1F;
}
</style>
border-color css
<style>
span { border-color: #B85A1F; }
span { border-color: rgb(184,90,31); }
td.TdClassName
{
border-color: #B85A1F;
}
.TagClassName
{
border-color: #B85A1F;
}
</style>