Shades of Fiery Orange #B15622
Tints of Fiery Orange #B15622
RGB
CMYK
RGB Variations
Color information
#B15622 (or 0xB15622) is known color: Fiery Orange. HEX triplet: B1, 56 and 22. RGB value is (177,86,34). Sum of RGB (Red+Green+Blue) = 177+86+34=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B15622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15622 is #4EA9DD. Grayscale: #6B6B6B. Windows color (decimal): -5155294 or 2250417. OLE color: 2250417.
HSL color Cylindrical-coordinate representation of color #B15622: hue angle of 21.82º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B15622 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 34 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.31 |
| HSL | 21.82º | 0.68% | 0.41% | - |
| HSV(B) | 21.82º | 0.81% | 0.69% | - |
| XYZ | 21.75 | 16.12 | 3.48 | - |
| YUV | 107.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 34 | 0 | 0.51 | 0.81 | 0.31 | 21.82 | 0.68 | 0.41 |
| Hex | B1 | 56 | 22 | 0 | 33 | 51 | 1F | 16 | 44 | 29 |
| Octal | 261 | 126 | 42 | 0 | 63 | 121 | 37 | 26 | 104 | 51 |
| Binary | 10110001 | 1010110 | 100010 | 0 | 110011 | 1010001 | 11111 | 10110 | 1000100 | 101001 |
Color Harmonies of #B15622
Complementary color
Monochromatic Colors of #B15622
Black with #B15622
Text Example
Text Example
White with #B15622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15622; }
p { color: rgb(177,86,34); }
H1.HeaderClassName
{
color: #B15622;
}
.AnyTagClassName
{
color: #B15622;
}
</style>
background-color css
<style>
a { background-color: #B15622; }
a { background-color: rgb(177,86,34); }
div.DivClassName
{
background-color: #B15622;
}
.BgClassName
{
background-color: #B15622;
}
</style>
border-color css
<style>
span { border-color: #B15622; }
span { border-color: rgb(177,86,34); }
td.TdClassName
{
border-color: #B15622;
}
.TagClassName
{
border-color: #B15622;
}
</style>