Shades of Fiery Orange #B5561B
Tints of Fiery Orange #B5561B
RGB
CMYK
RGB Variations
Color information
#B5561B (or 0xB5561B) is known color: Fiery Orange. HEX triplet: B5, 56 and 1B. RGB value is (181,86,27). Sum of RGB (Red+Green+Blue) = 181+86+27=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5561B is #4AA9E4. Grayscale: #6C6C6C. Windows color (decimal): -4893157 or 1791669. OLE color: 1791669.
HSL color Cylindrical-coordinate representation of color #B5561B: hue angle of 22.99º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5561B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 27 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.29 |
| HSL | 22.99º | 0.74% | 0.41% | - |
| HSV(B) | 22.99º | 0.85% | 0.71% | - |
| XYZ | 22.58 | 16.56 | 3.04 | - |
| YUV | 107.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 27 | 0 | 0.52 | 0.85 | 0.29 | 22.99 | 0.74 | 0.41 |
| Hex | B5 | 56 | 1B | 0 | 34 | 55 | 1D | 17 | 4A | 29 |
| Octal | 265 | 126 | 33 | 0 | 64 | 125 | 35 | 27 | 112 | 51 |
| Binary | 10110101 | 1010110 | 11011 | 0 | 110100 | 1010101 | 11101 | 10111 | 1001010 | 101001 |
Color Harmonies of #B5561B
Complementary color
Monochromatic Colors of #B5561B
Black with #B5561B
Text Example
Text Example
White with #B5561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5561B; }
p { color: rgb(181,86,27); }
H1.HeaderClassName
{
color: #B5561B;
}
.AnyTagClassName
{
color: #B5561B;
}
</style>
background-color css
<style>
a { background-color: #B5561B; }
a { background-color: rgb(181,86,27); }
div.DivClassName
{
background-color: #B5561B;
}
.BgClassName
{
background-color: #B5561B;
}
</style>
border-color css
<style>
span { border-color: #B5561B; }
span { border-color: rgb(181,86,27); }
td.TdClassName
{
border-color: #B5561B;
}
.TagClassName
{
border-color: #B5561B;
}
</style>