Shades of Fiery Orange #BC5629
Tints of Fiery Orange #BC5629
RGB
CMYK
RGB Variations
Color information
#BC5629 (or 0xBC5629) is known color: Fiery Orange. HEX triplet: BC, 56 and 29. RGB value is (188,86,41). Sum of RGB (Red+Green+Blue) = 188+86+41=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5629 is #43A9D6. Grayscale: #6F6F6F. Windows color (decimal): -4434391 or 2709180. OLE color: 2709180.
HSL color Cylindrical-coordinate representation of color #BC5629: hue angle of 18.37º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC5629 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 41 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.26 |
| HSL | 18.37º | 0.64% | 0.45% | - |
| HSV(B) | 18.37º | 0.78% | 0.74% | - |
| XYZ | 24.47 | 17.51 | 4.19 | - |
| YUV | 111.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 41 | 0 | 0.54 | 0.78 | 0.26 | 18.37 | 0.64 | 0.45 |
| Hex | BC | 56 | 29 | 0 | 36 | 4E | 1A | 12 | 40 | 2D |
| Octal | 274 | 126 | 51 | 0 | 66 | 116 | 32 | 22 | 100 | 55 |
| Binary | 10111100 | 1010110 | 101001 | 0 | 110110 | 1001110 | 11010 | 10010 | 1000000 | 101101 |
Color Harmonies of #BC5629
Complementary color
Monochromatic Colors of #BC5629
Black with #BC5629
Text Example
Text Example
White with #BC5629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5629; }
p { color: rgb(188,86,41); }
H1.HeaderClassName
{
color: #BC5629;
}
.AnyTagClassName
{
color: #BC5629;
}
</style>
background-color css
<style>
a { background-color: #BC5629; }
a { background-color: rgb(188,86,41); }
div.DivClassName
{
background-color: #BC5629;
}
.BgClassName
{
background-color: #BC5629;
}
</style>
border-color css
<style>
span { border-color: #BC5629; }
span { border-color: rgb(188,86,41); }
td.TdClassName
{
border-color: #BC5629;
}
.TagClassName
{
border-color: #BC5629;
}
</style>