Shades of Fiery Orange #B05627
Tints of Fiery Orange #B05627
RGB
CMYK
RGB Variations
Color information
#B05627 (or 0xB05627) is known color: Fiery Orange. HEX triplet: B0, 56 and 27. RGB value is (176,86,39). Sum of RGB (Red+Green+Blue) = 176+86+39=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B05627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05627 is #4FA9D8. Grayscale: #6B6B6B. Windows color (decimal): -5220825 or 2578096. OLE color: 2578096.
HSL color Cylindrical-coordinate representation of color #B05627: hue angle of 20.58º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B05627 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 39 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.31 |
| HSL | 20.58º | 0.64% | 0.42% | - |
| HSV(B) | 20.58º | 0.78% | 0.69% | - |
| XYZ | 21.6 | 16.03 | 3.88 | - |
| YUV | 107.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 39 | 0 | 0.51 | 0.78 | 0.31 | 20.58 | 0.64 | 0.42 |
| Hex | B0 | 56 | 27 | 0 | 33 | 4E | 1F | 15 | 40 | 2A |
| Octal | 260 | 126 | 47 | 0 | 63 | 116 | 37 | 25 | 100 | 52 |
| Binary | 10110000 | 1010110 | 100111 | 0 | 110011 | 1001110 | 11111 | 10101 | 1000000 | 101010 |
Color Harmonies of #B05627
Complementary color
Monochromatic Colors of #B05627
Black with #B05627
Text Example
Text Example
White with #B05627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05627; }
p { color: rgb(176,86,39); }
H1.HeaderClassName
{
color: #B05627;
}
.AnyTagClassName
{
color: #B05627;
}
</style>
background-color css
<style>
a { background-color: #B05627; }
a { background-color: rgb(176,86,39); }
div.DivClassName
{
background-color: #B05627;
}
.BgClassName
{
background-color: #B05627;
}
</style>
border-color css
<style>
span { border-color: #B05627; }
span { border-color: rgb(176,86,39); }
td.TdClassName
{
border-color: #B05627;
}
.TagClassName
{
border-color: #B05627;
}
</style>