Shades of Fiery Orange #B36020
Tints of Fiery Orange #B36020
RGB
CMYK
RGB Variations
Color information
#B36020 (or 0xB36020) is known color: Fiery Orange. HEX triplet: B3, 60 and 20. RGB value is (179,96,32). Sum of RGB (Red+Green+Blue) = 179+96+32=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B36020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36020 is #4C9FDF. Grayscale: #717171. Windows color (decimal): -5021664 or 2121907. OLE color: 2121907.
HSL color Cylindrical-coordinate representation of color #B36020: hue angle of 26.12º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B36020 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 32 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.30 |
| HSL | 26.12º | 0.7% | 0.41% | - |
| HSV(B) | 26.12º | 0.82% | 0.7% | - |
| XYZ | 23.03 | 18.05 | 3.64 | - |
| YUV | 113.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 32 | 0 | 0.46 | 0.82 | 0.30 | 26.12 | 0.7 | 0.41 |
| Hex | B3 | 60 | 20 | 0 | 2E | 52 | 1E | 1A | 46 | 29 |
| Octal | 263 | 140 | 40 | 0 | 56 | 122 | 36 | 32 | 106 | 51 |
| Binary | 10110011 | 1100000 | 100000 | 0 | 101110 | 1010010 | 11110 | 11010 | 1000110 | 101001 |
Color Harmonies of #B36020
Complementary color
Monochromatic Colors of #B36020
Black with #B36020
Text Example
Text Example
White with #B36020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36020; }
p { color: rgb(179,96,32); }
H1.HeaderClassName
{
color: #B36020;
}
.AnyTagClassName
{
color: #B36020;
}
</style>
background-color css
<style>
a { background-color: #B36020; }
a { background-color: rgb(179,96,32); }
div.DivClassName
{
background-color: #B36020;
}
.BgClassName
{
background-color: #B36020;
}
</style>
border-color css
<style>
span { border-color: #B36020; }
span { border-color: rgb(179,96,32); }
td.TdClassName
{
border-color: #B36020;
}
.TagClassName
{
border-color: #B36020;
}
</style>