Shades of Fiery Orange #B9552C
Tints of Fiery Orange #B9552C
RGB
CMYK
RGB Variations
Color information
#B9552C (or 0xB9552C) is known color: Fiery Orange. HEX triplet: B9, 55 and 2C. RGB value is (185,85,44). Sum of RGB (Red+Green+Blue) = 185+85+44=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9552C is #46AAD3. Grayscale: #6E6E6E. Windows color (decimal): -4631252 or 2905529. OLE color: 2905529.
HSL color Cylindrical-coordinate representation of color #B9552C: hue angle of 17.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9552C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 44 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.27 |
| HSL | 17.45º | 0.62% | 0.45% | - |
| HSV(B) | 17.45º | 0.76% | 0.73% | - |
| XYZ | 23.71 | 16.99 | 4.41 | - |
| YUV | 110.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 44 | 0 | 0.54 | 0.76 | 0.27 | 17.45 | 0.62 | 0.45 |
| Hex | B9 | 55 | 2C | 0 | 36 | 4C | 1B | 11 | 3E | 2D |
| Octal | 271 | 125 | 54 | 0 | 66 | 114 | 33 | 21 | 76 | 55 |
| Binary | 10111001 | 1010101 | 101100 | 0 | 110110 | 1001100 | 11011 | 10001 | 111110 | 101101 |
Color Harmonies of #B9552C
Complementary color
Monochromatic Colors of #B9552C
Black with #B9552C
Text Example
Text Example
White with #B9552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9552C; }
p { color: rgb(185,85,44); }
H1.HeaderClassName
{
color: #B9552C;
}
.AnyTagClassName
{
color: #B9552C;
}
</style>
background-color css
<style>
a { background-color: #B9552C; }
a { background-color: rgb(185,85,44); }
div.DivClassName
{
background-color: #B9552C;
}
.BgClassName
{
background-color: #B9552C;
}
</style>
border-color css
<style>
span { border-color: #B9552C; }
span { border-color: rgb(185,85,44); }
td.TdClassName
{
border-color: #B9552C;
}
.TagClassName
{
border-color: #B9552C;
}
</style>