Shades of Fiery Orange #BF521F
Tints of Fiery Orange #BF521F
RGB
CMYK
RGB Variations
Color information
#BF521F (or 0xBF521F) is known color: Fiery Orange. HEX triplet: BF, 52 and 1F. RGB value is (191,82,31). Sum of RGB (Red+Green+Blue) = 191+82+31=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF521F is #40ADE0. Grayscale: #6D6D6D. Windows color (decimal): -4238817 or 2052799. OLE color: 2052799.
HSL color Cylindrical-coordinate representation of color #BF521F: hue angle of 19.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF521F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 31 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.25 |
| HSL | 19.13º | 0.72% | 0.44% | - |
| HSV(B) | 19.13º | 0.84% | 0.75% | - |
| XYZ | 24.75 | 17.21 | 3.31 | - |
| YUV | 108.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 31 | 0 | 0.57 | 0.84 | 0.25 | 19.13 | 0.72 | 0.44 |
| Hex | BF | 52 | 1F | 0 | 39 | 54 | 19 | 13 | 48 | 2C |
| Octal | 277 | 122 | 37 | 0 | 71 | 124 | 31 | 23 | 110 | 54 |
| Binary | 10111111 | 1010010 | 11111 | 0 | 111001 | 1010100 | 11001 | 10011 | 1001000 | 101100 |
Color Harmonies of #BF521F
Complementary color
Monochromatic Colors of #BF521F
Black with #BF521F
Text Example
Text Example
White with #BF521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF521F; }
p { color: rgb(191,82,31); }
H1.HeaderClassName
{
color: #BF521F;
}
.AnyTagClassName
{
color: #BF521F;
}
</style>
background-color css
<style>
a { background-color: #BF521F; }
a { background-color: rgb(191,82,31); }
div.DivClassName
{
background-color: #BF521F;
}
.BgClassName
{
background-color: #BF521F;
}
</style>
border-color css
<style>
span { border-color: #BF521F; }
span { border-color: rgb(191,82,31); }
td.TdClassName
{
border-color: #BF521F;
}
.TagClassName
{
border-color: #BF521F;
}
</style>