Shades of Fiery Orange #BF551C
Tints of Fiery Orange #BF551C
RGB
CMYK
RGB Variations
Color information
#BF551C (or 0xBF551C) is known color: Fiery Orange. HEX triplet: BF, 55 and 1C. RGB value is (191,85,28). Sum of RGB (Red+Green+Blue) = 191+85+28=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF551C is #40AAE3. Grayscale: #6E6E6E. Windows color (decimal): -4238052 or 1856959. OLE color: 1856959.
HSL color Cylindrical-coordinate representation of color #BF551C: hue angle of 20.98º 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 #BF551C is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 28 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.25 |
| HSL | 20.98º | 0.74% | 0.43% | - |
| HSV(B) | 20.98º | 0.85% | 0.75% | - |
| XYZ | 24.94 | 17.66 | 3.19 | - |
| YUV | 110.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 28 | 0 | 0.55 | 0.85 | 0.25 | 20.98 | 0.74 | 0.43 |
| Hex | BF | 55 | 1C | 0 | 37 | 55 | 19 | 15 | 4A | 2B |
| Octal | 277 | 125 | 34 | 0 | 67 | 125 | 31 | 25 | 112 | 53 |
| Binary | 10111111 | 1010101 | 11100 | 0 | 110111 | 1010101 | 11001 | 10101 | 1001010 | 101011 |
Color Harmonies of #BF551C
Complementary color
Monochromatic Colors of #BF551C
Black with #BF551C
Text Example
Text Example
White with #BF551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF551C; }
p { color: rgb(191,85,28); }
H1.HeaderClassName
{
color: #BF551C;
}
.AnyTagClassName
{
color: #BF551C;
}
</style>
background-color css
<style>
a { background-color: #BF551C; }
a { background-color: rgb(191,85,28); }
div.DivClassName
{
background-color: #BF551C;
}
.BgClassName
{
background-color: #BF551C;
}
</style>
border-color css
<style>
span { border-color: #BF551C; }
span { border-color: rgb(191,85,28); }
td.TdClassName
{
border-color: #BF551C;
}
.TagClassName
{
border-color: #BF551C;
}
</style>