Shades of Fiery Orange #B9591D
Tints of Fiery Orange #B9591D
RGB
CMYK
RGB Variations
Color information
#B9591D (or 0xB9591D) is known color: Fiery Orange. HEX triplet: B9, 59 and 1D. RGB value is (185,89,29). Sum of RGB (Red+Green+Blue) = 185+89+29=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9591D is #46A6E2. Grayscale: #6F6F6F. Windows color (decimal): -4630243 or 1923513. OLE color: 1923513.
HSL color Cylindrical-coordinate representation of color #B9591D: hue angle of 23.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9591D is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 29 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.27 |
| HSL | 23.08º | 0.73% | 0.42% | - |
| HSV(B) | 23.08º | 0.84% | 0.73% | - |
| XYZ | 23.8 | 17.55 | 3.29 | - |
| YUV | 110.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 29 | 0 | 0.52 | 0.84 | 0.27 | 23.08 | 0.73 | 0.42 |
| Hex | B9 | 59 | 1D | 0 | 34 | 54 | 1B | 17 | 49 | 2A |
| Octal | 271 | 131 | 35 | 0 | 64 | 124 | 33 | 27 | 111 | 52 |
| Binary | 10111001 | 1011001 | 11101 | 0 | 110100 | 1010100 | 11011 | 10111 | 1001001 | 101010 |
Color Harmonies of #B9591D
Complementary color
Monochromatic Colors of #B9591D
Black with #B9591D
Text Example
Text Example
White with #B9591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9591D; }
p { color: rgb(185,89,29); }
H1.HeaderClassName
{
color: #B9591D;
}
.AnyTagClassName
{
color: #B9591D;
}
</style>
background-color css
<style>
a { background-color: #B9591D; }
a { background-color: rgb(185,89,29); }
div.DivClassName
{
background-color: #B9591D;
}
.BgClassName
{
background-color: #B9591D;
}
</style>
border-color css
<style>
span { border-color: #B9591D; }
span { border-color: rgb(185,89,29); }
td.TdClassName
{
border-color: #B9591D;
}
.TagClassName
{
border-color: #B9591D;
}
</style>