Shades of Fiery Orange #BC5125
Tints of Fiery Orange #BC5125
RGB
CMYK
RGB Variations
Color information
#BC5125 (or 0xBC5125) is known color: Fiery Orange. HEX triplet: BC, 51 and 25. RGB value is (188,81,37). Sum of RGB (Red+Green+Blue) = 188+81+37=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5125 is #43AEDA. Grayscale: #6C6C6C. Windows color (decimal): -4435675 or 2445756. OLE color: 2445756.
HSL color Cylindrical-coordinate representation of color #BC5125: hue angle of 17.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5125 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 37 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.26 |
| HSL | 17.48º | 0.67% | 0.44% | - |
| HSV(B) | 17.48º | 0.8% | 0.74% | - |
| XYZ | 24.02 | 16.71 | 3.71 | - |
| YUV | 107.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 37 | 0 | 0.57 | 0.80 | 0.26 | 17.48 | 0.67 | 0.44 |
| Hex | BC | 51 | 25 | 0 | 39 | 50 | 1A | 11 | 43 | 2C |
| Octal | 274 | 121 | 45 | 0 | 71 | 120 | 32 | 21 | 103 | 54 |
| Binary | 10111100 | 1010001 | 100101 | 0 | 111001 | 1010000 | 11010 | 10001 | 1000011 | 101100 |
Color Harmonies of #BC5125
Complementary color
Monochromatic Colors of #BC5125
Black with #BC5125
Text Example
Text Example
White with #BC5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5125; }
p { color: rgb(188,81,37); }
H1.HeaderClassName
{
color: #BC5125;
}
.AnyTagClassName
{
color: #BC5125;
}
</style>
background-color css
<style>
a { background-color: #BC5125; }
a { background-color: rgb(188,81,37); }
div.DivClassName
{
background-color: #BC5125;
}
.BgClassName
{
background-color: #BC5125;
}
</style>
border-color css
<style>
span { border-color: #BC5125; }
span { border-color: rgb(188,81,37); }
td.TdClassName
{
border-color: #BC5125;
}
.TagClassName
{
border-color: #BC5125;
}
</style>