Shades of Fiery Orange #B8541C
Tints of Fiery Orange #B8541C
RGB
CMYK
RGB Variations
Color information
#B8541C (or 0xB8541C) is known color: Fiery Orange. HEX triplet: B8, 54 and 1C. RGB value is (184,84,28). Sum of RGB (Red+Green+Blue) = 184+84+28=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8541C is #47ABE3. Grayscale: #6B6B6B. Windows color (decimal): -4697060 or 1856696. OLE color: 1856696.
HSL color Cylindrical-coordinate representation of color #B8541C: hue angle of 21.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8541C is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 28 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.28 |
| HSL | 21.54º | 0.74% | 0.42% | - |
| HSV(B) | 21.54º | 0.85% | 0.72% | - |
| XYZ | 23.15 | 16.61 | 3.09 | - |
| YUV | 107.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 28 | 0 | 0.54 | 0.85 | 0.28 | 21.54 | 0.74 | 0.42 |
| Hex | B8 | 54 | 1C | 0 | 36 | 55 | 1C | 16 | 4A | 2A |
| Octal | 270 | 124 | 34 | 0 | 66 | 125 | 34 | 26 | 112 | 52 |
| Binary | 10111000 | 1010100 | 11100 | 0 | 110110 | 1010101 | 11100 | 10110 | 1001010 | 101010 |
Color Harmonies of #B8541C
Complementary color
Monochromatic Colors of #B8541C
Black with #B8541C
Text Example
Text Example
White with #B8541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8541C; }
p { color: rgb(184,84,28); }
H1.HeaderClassName
{
color: #B8541C;
}
.AnyTagClassName
{
color: #B8541C;
}
</style>
background-color css
<style>
a { background-color: #B8541C; }
a { background-color: rgb(184,84,28); }
div.DivClassName
{
background-color: #B8541C;
}
.BgClassName
{
background-color: #B8541C;
}
</style>
border-color css
<style>
span { border-color: #B8541C; }
span { border-color: rgb(184,84,28); }
td.TdClassName
{
border-color: #B8541C;
}
.TagClassName
{
border-color: #B8541C;
}
</style>