Shades of Fiery Orange #BF521D
Tints of Fiery Orange #BF521D
RGB
CMYK
RGB Variations
Color information
#BF521D (or 0xBF521D) is known color: Fiery Orange. HEX triplet: BF, 52 and 1D. RGB value is (191,82,29). Sum of RGB (Red+Green+Blue) = 191+82+29=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF521D is #40ADE2. Grayscale: #6C6C6C. Windows color (decimal): -4238819 or 1921727. OLE color: 1921727.
HSL color Cylindrical-coordinate representation of color #BF521D: hue angle of 19.63º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF521D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 29 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.25 |
| HSL | 19.63º | 0.74% | 0.43% | - |
| HSV(B) | 19.63º | 0.85% | 0.75% | - |
| XYZ | 24.72 | 17.2 | 3.18 | - |
| YUV | 108.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 29 | 0 | 0.57 | 0.85 | 0.25 | 19.63 | 0.74 | 0.43 |
| Hex | BF | 52 | 1D | 0 | 39 | 55 | 19 | 14 | 4A | 2B |
| Octal | 277 | 122 | 35 | 0 | 71 | 125 | 31 | 24 | 112 | 53 |
| Binary | 10111111 | 1010010 | 11101 | 0 | 111001 | 1010101 | 11001 | 10100 | 1001010 | 101011 |
Color Harmonies of #BF521D
Complementary color
Monochromatic Colors of #BF521D
Black with #BF521D
Text Example
Text Example
White with #BF521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF521D; }
p { color: rgb(191,82,29); }
H1.HeaderClassName
{
color: #BF521D;
}
.AnyTagClassName
{
color: #BF521D;
}
</style>
background-color css
<style>
a { background-color: #BF521D; }
a { background-color: rgb(191,82,29); }
div.DivClassName
{
background-color: #BF521D;
}
.BgClassName
{
background-color: #BF521D;
}
</style>
border-color css
<style>
span { border-color: #BF521D; }
span { border-color: rgb(191,82,29); }
td.TdClassName
{
border-color: #BF521D;
}
.TagClassName
{
border-color: #BF521D;
}
</style>