Shades of Fiery Orange #B9521E
Tints of Fiery Orange #B9521E
RGB
CMYK
RGB Variations
Color information
#B9521E (or 0xB9521E) is known color: Fiery Orange. HEX triplet: B9, 52 and 1E. RGB value is (185,82,30). Sum of RGB (Red+Green+Blue) = 185+82+30=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9521E is #46ADE1. Grayscale: #6B6B6B. Windows color (decimal): -4632034 or 1987257. OLE color: 1987257.
HSL color Cylindrical-coordinate representation of color #B9521E: hue angle of 20.13º degrees, saturation: 0.72, 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 #B9521E is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 30 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.27 |
| HSL | 20.13º | 0.72% | 0.42% | - |
| HSV(B) | 20.13º | 0.84% | 0.73% | - |
| XYZ | 23.26 | 16.44 | 3.18 | - |
| YUV | 106.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 30 | 0 | 0.56 | 0.84 | 0.27 | 20.13 | 0.72 | 0.42 |
| Hex | B9 | 52 | 1E | 0 | 38 | 54 | 1B | 14 | 48 | 2A |
| Octal | 271 | 122 | 36 | 0 | 70 | 124 | 33 | 24 | 110 | 52 |
| Binary | 10111001 | 1010010 | 11110 | 0 | 111000 | 1010100 | 11011 | 10100 | 1001000 | 101010 |
Color Harmonies of #B9521E
Complementary color
Monochromatic Colors of #B9521E
Black with #B9521E
Text Example
Text Example
White with #B9521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9521E; }
p { color: rgb(185,82,30); }
H1.HeaderClassName
{
color: #B9521E;
}
.AnyTagClassName
{
color: #B9521E;
}
</style>
background-color css
<style>
a { background-color: #B9521E; }
a { background-color: rgb(185,82,30); }
div.DivClassName
{
background-color: #B9521E;
}
.BgClassName
{
background-color: #B9521E;
}
</style>
border-color css
<style>
span { border-color: #B9521E; }
span { border-color: rgb(185,82,30); }
td.TdClassName
{
border-color: #B9521E;
}
.TagClassName
{
border-color: #B9521E;
}
</style>