Shades of Fiery Orange #B05E1E
Tints of Fiery Orange #B05E1E
RGB
CMYK
RGB Variations
Color information
#B05E1E (or 0xB05E1E) is known color: Fiery Orange. HEX triplet: B0, 5E and 1E. RGB value is (176,94,30). Sum of RGB (Red+Green+Blue) = 176+94+30=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E1E is #4FA1E1. Grayscale: #6F6F6F. Windows color (decimal): -5218786 or 1990320. OLE color: 1990320.
HSL color Cylindrical-coordinate representation of color #B05E1E: hue angle of 26.3º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B05E1E is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 30 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.31 |
| HSL | 26.3º | 0.71% | 0.4% | - |
| HSV(B) | 26.3º | 0.83% | 0.69% | - |
| XYZ | 22.14 | 17.33 | 3.41 | - |
| YUV | 111.22 | 82.17 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 30 | 0 | 0.47 | 0.83 | 0.31 | 26.3 | 0.71 | 0.4 |
| Hex | B0 | 5E | 1E | 0 | 2F | 53 | 1F | 1A | 47 | 28 |
| Octal | 260 | 136 | 36 | 0 | 57 | 123 | 37 | 32 | 107 | 50 |
| Binary | 10110000 | 1011110 | 11110 | 0 | 101111 | 1010011 | 11111 | 11010 | 1000111 | 101000 |
Color Harmonies of #B05E1E
Complementary color
Monochromatic Colors of #B05E1E
Black with #B05E1E
Text Example
Text Example
White with #B05E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E1E; }
p { color: rgb(176,94,30); }
H1.HeaderClassName
{
color: #B05E1E;
}
.AnyTagClassName
{
color: #B05E1E;
}
</style>
background-color css
<style>
a { background-color: #B05E1E; }
a { background-color: rgb(176,94,30); }
div.DivClassName
{
background-color: #B05E1E;
}
.BgClassName
{
background-color: #B05E1E;
}
</style>
border-color css
<style>
span { border-color: #B05E1E; }
span { border-color: rgb(176,94,30); }
td.TdClassName
{
border-color: #B05E1E;
}
.TagClassName
{
border-color: #B05E1E;
}
</style>