Shades of Fiery Orange #BF521E
Tints of Fiery Orange #BF521E
RGB
CMYK
RGB Variations
Color information
#BF521E (or 0xBF521E) is known color: Fiery Orange. HEX triplet: BF, 52 and 1E. RGB value is (191,82,30). Sum of RGB (Red+Green+Blue) = 191+82+30=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF521E is #40ADE1. Grayscale: #6C6C6C. Windows color (decimal): -4238818 or 1987263. OLE color: 1987263.
HSL color Cylindrical-coordinate representation of color #BF521E: hue angle of 19.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF521E is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 30 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.25 |
| HSL | 19.38º | 0.73% | 0.43% | - |
| HSV(B) | 19.38º | 0.84% | 0.75% | - |
| XYZ | 24.74 | 17.2 | 3.25 | - |
| YUV | 108.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 30 | 0 | 0.57 | 0.84 | 0.25 | 19.38 | 0.73 | 0.43 |
| Hex | BF | 52 | 1E | 0 | 39 | 54 | 19 | 13 | 49 | 2B |
| Octal | 277 | 122 | 36 | 0 | 71 | 124 | 31 | 23 | 111 | 53 |
| Binary | 10111111 | 1010010 | 11110 | 0 | 111001 | 1010100 | 11001 | 10011 | 1001001 | 101011 |
Color Harmonies of #BF521E
Complementary color
Monochromatic Colors of #BF521E
Black with #BF521E
Text Example
Text Example
White with #BF521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF521E; }
p { color: rgb(191,82,30); }
H1.HeaderClassName
{
color: #BF521E;
}
.AnyTagClassName
{
color: #BF521E;
}
</style>
background-color css
<style>
a { background-color: #BF521E; }
a { background-color: rgb(191,82,30); }
div.DivClassName
{
background-color: #BF521E;
}
.BgClassName
{
background-color: #BF521E;
}
</style>
border-color css
<style>
span { border-color: #BF521E; }
span { border-color: rgb(191,82,30); }
td.TdClassName
{
border-color: #BF521E;
}
.TagClassName
{
border-color: #BF521E;
}
</style>