Shades of Fiery Orange #B05629
Tints of Fiery Orange #B05629
RGB
CMYK
RGB Variations
Color information
#B05629 (or 0xB05629) is known color: Fiery Orange. HEX triplet: B0, 56 and 29. RGB value is (176,86,41). Sum of RGB (Red+Green+Blue) = 176+86+41=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B05629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05629 is #4FA9D6. Grayscale: #6C6C6C. Windows color (decimal): -5220823 or 2709168. OLE color: 2709168.
HSL color Cylindrical-coordinate representation of color #B05629: hue angle of 20º 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 #B05629 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 41 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.31 |
| HSL | 20º | 0.62% | 0.43% | - |
| HSV(B) | 20º | 0.77% | 0.69% | - |
| XYZ | 21.63 | 16.05 | 4.05 | - |
| YUV | 107.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 41 | 0 | 0.51 | 0.77 | 0.31 | 20 | 0.62 | 0.43 |
| Hex | B0 | 56 | 29 | 0 | 33 | 4D | 1F | 14 | 3E | 2B |
| Octal | 260 | 126 | 51 | 0 | 63 | 115 | 37 | 24 | 76 | 53 |
| Binary | 10110000 | 1010110 | 101001 | 0 | 110011 | 1001101 | 11111 | 10100 | 111110 | 101011 |
Color Harmonies of #B05629
Complementary color
Monochromatic Colors of #B05629
Black with #B05629
Text Example
Text Example
White with #B05629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05629; }
p { color: rgb(176,86,41); }
H1.HeaderClassName
{
color: #B05629;
}
.AnyTagClassName
{
color: #B05629;
}
</style>
background-color css
<style>
a { background-color: #B05629; }
a { background-color: rgb(176,86,41); }
div.DivClassName
{
background-color: #B05629;
}
.BgClassName
{
background-color: #B05629;
}
</style>
border-color css
<style>
span { border-color: #B05629; }
span { border-color: rgb(176,86,41); }
td.TdClassName
{
border-color: #B05629;
}
.TagClassName
{
border-color: #B05629;
}
</style>