Shades of Fiery Orange #B8542C
Tints of Fiery Orange #B8542C
RGB
CMYK
RGB Variations
Color information
#B8542C (or 0xB8542C) is known color: Fiery Orange. HEX triplet: B8, 54 and 2C. RGB value is (184,84,44). Sum of RGB (Red+Green+Blue) = 184+84+44=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8542C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8542C is #47ABD3. Grayscale: #6D6D6D. Windows color (decimal): -4697044 or 2905272. OLE color: 2905272.
HSL color Cylindrical-coordinate representation of color #B8542C: hue angle of 17.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8542C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 44 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.28 |
| HSL | 17.14º | 0.61% | 0.45% | - |
| HSV(B) | 17.14º | 0.76% | 0.72% | - |
| XYZ | 23.39 | 16.71 | 4.38 | - |
| YUV | 109.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 44 | 0 | 0.54 | 0.76 | 0.28 | 17.14 | 0.61 | 0.45 |
| Hex | B8 | 54 | 2C | 0 | 36 | 4C | 1C | 11 | 3D | 2D |
| Octal | 270 | 124 | 54 | 0 | 66 | 114 | 34 | 21 | 75 | 55 |
| Binary | 10111000 | 1010100 | 101100 | 0 | 110110 | 1001100 | 11100 | 10001 | 111101 | 101101 |
Color Harmonies of #B8542C
Complementary color
Monochromatic Colors of #B8542C
Black with #B8542C
Text Example
Text Example
White with #B8542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8542C; }
p { color: rgb(184,84,44); }
H1.HeaderClassName
{
color: #B8542C;
}
.AnyTagClassName
{
color: #B8542C;
}
</style>
background-color css
<style>
a { background-color: #B8542C; }
a { background-color: rgb(184,84,44); }
div.DivClassName
{
background-color: #B8542C;
}
.BgClassName
{
background-color: #B8542C;
}
</style>
border-color css
<style>
span { border-color: #B8542C; }
span { border-color: rgb(184,84,44); }
td.TdClassName
{
border-color: #B8542C;
}
.TagClassName
{
border-color: #B8542C;
}
</style>