Shades of Fiery Orange #B8521D
Tints of Fiery Orange #B8521D
RGB
CMYK
RGB Variations
Color information
#B8521D (or 0xB8521D) is known color: Fiery Orange. HEX triplet: B8, 52 and 1D. RGB value is (184,82,29). Sum of RGB (Red+Green+Blue) = 184+82+29=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8521D is #47ADE2. Grayscale: #6A6A6A. Windows color (decimal): -4697571 or 1921720. OLE color: 1921720.
HSL color Cylindrical-coordinate representation of color #B8521D: hue angle of 20.52º 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 #B8521D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 29 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.28 |
| HSL | 20.52º | 0.73% | 0.42% | - |
| HSV(B) | 20.52º | 0.84% | 0.72% | - |
| XYZ | 23.01 | 16.31 | 3.1 | - |
| YUV | 106.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 29 | 0 | 0.55 | 0.84 | 0.28 | 20.52 | 0.73 | 0.42 |
| Hex | B8 | 52 | 1D | 0 | 37 | 54 | 1C | 15 | 49 | 2A |
| Octal | 270 | 122 | 35 | 0 | 67 | 124 | 34 | 25 | 111 | 52 |
| Binary | 10111000 | 1010010 | 11101 | 0 | 110111 | 1010100 | 11100 | 10101 | 1001001 | 101010 |
Color Harmonies of #B8521D
Complementary color
Monochromatic Colors of #B8521D
Black with #B8521D
Text Example
Text Example
White with #B8521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8521D; }
p { color: rgb(184,82,29); }
H1.HeaderClassName
{
color: #B8521D;
}
.AnyTagClassName
{
color: #B8521D;
}
</style>
background-color css
<style>
a { background-color: #B8521D; }
a { background-color: rgb(184,82,29); }
div.DivClassName
{
background-color: #B8521D;
}
.BgClassName
{
background-color: #B8521D;
}
</style>
border-color css
<style>
span { border-color: #B8521D; }
span { border-color: rgb(184,82,29); }
td.TdClassName
{
border-color: #B8521D;
}
.TagClassName
{
border-color: #B8521D;
}
</style>