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