Shades of Fiery Orange #B9582A
Tints of Fiery Orange #B9582A
RGB
CMYK
RGB Variations
Color information
#B9582A (or 0xB9582A) is known color: Fiery Orange. HEX triplet: B9, 58 and 2A. RGB value is (185,88,42). Sum of RGB (Red+Green+Blue) = 185+88+42=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9582A is #46A7D5. Grayscale: #707070. Windows color (decimal): -4630486 or 2775225. OLE color: 2775225.
HSL color Cylindrical-coordinate representation of color #B9582A: hue angle of 19.3º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9582A is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 42 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.27 |
| HSL | 19.3º | 0.63% | 0.45% | - |
| HSV(B) | 19.3º | 0.77% | 0.73% | - |
| XYZ | 23.92 | 17.46 | 4.3 | - |
| YUV | 111.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 42 | 0 | 0.52 | 0.77 | 0.27 | 19.3 | 0.63 | 0.45 |
| Hex | B9 | 58 | 2A | 0 | 34 | 4D | 1B | 13 | 3F | 2D |
| Octal | 271 | 130 | 52 | 0 | 64 | 115 | 33 | 23 | 77 | 55 |
| Binary | 10111001 | 1011000 | 101010 | 0 | 110100 | 1001101 | 11011 | 10011 | 111111 | 101101 |
Color Harmonies of #B9582A
Complementary color
Monochromatic Colors of #B9582A
Black with #B9582A
Text Example
Text Example
White with #B9582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9582A; }
p { color: rgb(185,88,42); }
H1.HeaderClassName
{
color: #B9582A;
}
.AnyTagClassName
{
color: #B9582A;
}
</style>
background-color css
<style>
a { background-color: #B9582A; }
a { background-color: rgb(185,88,42); }
div.DivClassName
{
background-color: #B9582A;
}
.BgClassName
{
background-color: #B9582A;
}
</style>
border-color css
<style>
span { border-color: #B9582A; }
span { border-color: rgb(185,88,42); }
td.TdClassName
{
border-color: #B9582A;
}
.TagClassName
{
border-color: #B9582A;
}
</style>