Shades of Fiery Orange #B05828
Tints of Fiery Orange #B05828
RGB
CMYK
RGB Variations
Color information
#B05828 (or 0xB05828) is known color: Fiery Orange. HEX triplet: B0, 58 and 28. RGB value is (176,88,40). Sum of RGB (Red+Green+Blue) = 176+88+40=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B05828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05828 is #4FA7D7. Grayscale: #6D6D6D. Windows color (decimal): -5220312 or 2644144. OLE color: 2644144.
HSL color Cylindrical-coordinate representation of color #B05828: hue angle of 21.18º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B05828 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 40 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.31 |
| HSL | 21.18º | 0.63% | 0.42% | - |
| HSV(B) | 21.18º | 0.77% | 0.69% | - |
| XYZ | 21.78 | 16.36 | 4.02 | - |
| YUV | 108.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 40 | 0 | 0.50 | 0.77 | 0.31 | 21.18 | 0.63 | 0.42 |
| Hex | B0 | 58 | 28 | 0 | 32 | 4D | 1F | 15 | 3F | 2A |
| Octal | 260 | 130 | 50 | 0 | 62 | 115 | 37 | 25 | 77 | 52 |
| Binary | 10110000 | 1011000 | 101000 | 0 | 110010 | 1001101 | 11111 | 10101 | 111111 | 101010 |
Color Harmonies of #B05828
Complementary color
Monochromatic Colors of #B05828
Black with #B05828
Text Example
Text Example
White with #B05828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05828; }
p { color: rgb(176,88,40); }
H1.HeaderClassName
{
color: #B05828;
}
.AnyTagClassName
{
color: #B05828;
}
</style>
background-color css
<style>
a { background-color: #B05828; }
a { background-color: rgb(176,88,40); }
div.DivClassName
{
background-color: #B05828;
}
.BgClassName
{
background-color: #B05828;
}
</style>
border-color css
<style>
span { border-color: #B05828; }
span { border-color: rgb(176,88,40); }
td.TdClassName
{
border-color: #B05828;
}
.TagClassName
{
border-color: #B05828;
}
</style>