Shades of Fiery Orange #B8541D
Tints of Fiery Orange #B8541D
RGB
CMYK
RGB Variations
Color information
#B8541D (or 0xB8541D) is known color: Fiery Orange. HEX triplet: B8, 54 and 1D. RGB value is (184,84,29). Sum of RGB (Red+Green+Blue) = 184+84+29=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8541D is #47ABE2. Grayscale: #6B6B6B. Windows color (decimal): -4697059 or 1922232. OLE color: 1922232.
HSL color Cylindrical-coordinate representation of color #B8541D: hue angle of 21.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8541D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 29 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.28 |
| HSL | 21.29º | 0.73% | 0.42% | - |
| HSV(B) | 21.29º | 0.84% | 0.72% | - |
| XYZ | 23.16 | 16.62 | 3.15 | - |
| YUV | 107.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 29 | 0 | 0.54 | 0.84 | 0.28 | 21.29 | 0.73 | 0.42 |
| Hex | B8 | 54 | 1D | 0 | 36 | 54 | 1C | 15 | 49 | 2A |
| Octal | 270 | 124 | 35 | 0 | 66 | 124 | 34 | 25 | 111 | 52 |
| Binary | 10111000 | 1010100 | 11101 | 0 | 110110 | 1010100 | 11100 | 10101 | 1001001 | 101010 |
Color Harmonies of #B8541D
Complementary color
Monochromatic Colors of #B8541D
Black with #B8541D
Text Example
Text Example
White with #B8541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8541D; }
p { color: rgb(184,84,29); }
H1.HeaderClassName
{
color: #B8541D;
}
.AnyTagClassName
{
color: #B8541D;
}
</style>
background-color css
<style>
a { background-color: #B8541D; }
a { background-color: rgb(184,84,29); }
div.DivClassName
{
background-color: #B8541D;
}
.BgClassName
{
background-color: #B8541D;
}
</style>
border-color css
<style>
span { border-color: #B8541D; }
span { border-color: rgb(184,84,29); }
td.TdClassName
{
border-color: #B8541D;
}
.TagClassName
{
border-color: #B8541D;
}
</style>