Shades of Fiery Orange #B05829
Tints of Fiery Orange #B05829
RGB
CMYK
RGB Variations
Color information
#B05829 (or 0xB05829) is known color: Fiery Orange. HEX triplet: B0, 58 and 29. RGB value is (176,88,41). Sum of RGB (Red+Green+Blue) = 176+88+41=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B05829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05829 is #4FA7D6. Grayscale: #6D6D6D. Windows color (decimal): -5220311 or 2709680. OLE color: 2709680.
HSL color Cylindrical-coordinate representation of color #B05829: hue angle of 20.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B05829 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 41 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.31 |
| HSL | 20.89º | 0.62% | 0.43% | - |
| HSV(B) | 20.89º | 0.77% | 0.69% | - |
| XYZ | 21.79 | 16.37 | 4.11 | - |
| YUV | 108.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 41 | 0 | 0.50 | 0.77 | 0.31 | 20.89 | 0.62 | 0.43 |
| Hex | B0 | 58 | 29 | 0 | 32 | 4D | 1F | 15 | 3E | 2B |
| Octal | 260 | 130 | 51 | 0 | 62 | 115 | 37 | 25 | 76 | 53 |
| Binary | 10110000 | 1011000 | 101001 | 0 | 110010 | 1001101 | 11111 | 10101 | 111110 | 101011 |
Color Harmonies of #B05829
Complementary color
Monochromatic Colors of #B05829
Black with #B05829
Text Example
Text Example
White with #B05829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05829; }
p { color: rgb(176,88,41); }
H1.HeaderClassName
{
color: #B05829;
}
.AnyTagClassName
{
color: #B05829;
}
</style>
background-color css
<style>
a { background-color: #B05829; }
a { background-color: rgb(176,88,41); }
div.DivClassName
{
background-color: #B05829;
}
.BgClassName
{
background-color: #B05829;
}
</style>
border-color css
<style>
span { border-color: #B05829; }
span { border-color: rgb(176,88,41); }
td.TdClassName
{
border-color: #B05829;
}
.TagClassName
{
border-color: #B05829;
}
</style>