Shades of Fiery Orange #B9551D
Tints of Fiery Orange #B9551D
RGB
CMYK
RGB Variations
Color information
#B9551D (or 0xB9551D) is known color: Fiery Orange. HEX triplet: B9, 55 and 1D. RGB value is (185,85,29). Sum of RGB (Red+Green+Blue) = 185+85+29=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9551D is #46AAE2. Grayscale: #6C6C6C. Windows color (decimal): -4631267 or 1922489. OLE color: 1922489.
HSL color Cylindrical-coordinate representation of color #B9551D: hue angle of 21.54º 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 #B9551D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 29 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.27 |
| HSL | 21.54º | 0.73% | 0.42% | - |
| HSV(B) | 21.54º | 0.84% | 0.73% | - |
| XYZ | 23.48 | 16.9 | 3.19 | - |
| YUV | 108.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 29 | 0 | 0.54 | 0.84 | 0.27 | 21.54 | 0.73 | 0.42 |
| Hex | B9 | 55 | 1D | 0 | 36 | 54 | 1B | 16 | 49 | 2A |
| Octal | 271 | 125 | 35 | 0 | 66 | 124 | 33 | 26 | 111 | 52 |
| Binary | 10111001 | 1010101 | 11101 | 0 | 110110 | 1010100 | 11011 | 10110 | 1001001 | 101010 |
Color Harmonies of #B9551D
Complementary color
Monochromatic Colors of #B9551D
Black with #B9551D
Text Example
Text Example
White with #B9551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9551D; }
p { color: rgb(185,85,29); }
H1.HeaderClassName
{
color: #B9551D;
}
.AnyTagClassName
{
color: #B9551D;
}
</style>
background-color css
<style>
a { background-color: #B9551D; }
a { background-color: rgb(185,85,29); }
div.DivClassName
{
background-color: #B9551D;
}
.BgClassName
{
background-color: #B9551D;
}
</style>
border-color css
<style>
span { border-color: #B9551D; }
span { border-color: rgb(185,85,29); }
td.TdClassName
{
border-color: #B9551D;
}
.TagClassName
{
border-color: #B9551D;
}
</style>