Shades of Fiery Orange #BC5329
Tints of Fiery Orange #BC5329
RGB
CMYK
RGB Variations
Color information
#BC5329 (or 0xBC5329) is known color: Fiery Orange. HEX triplet: BC, 53 and 29. RGB value is (188,83,41). Sum of RGB (Red+Green+Blue) = 188+83+41=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5329 is #43ACD6. Grayscale: #6D6D6D. Windows color (decimal): -4435159 or 2708412. OLE color: 2708412.
HSL color Cylindrical-coordinate representation of color #BC5329: hue angle of 17.14º 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 #BC5329 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 41 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.26 |
| HSL | 17.14º | 0.64% | 0.45% | - |
| HSV(B) | 17.14º | 0.78% | 0.74% | - |
| XYZ | 24.23 | 17.04 | 4.11 | - |
| YUV | 109.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 41 | 0 | 0.56 | 0.78 | 0.26 | 17.14 | 0.64 | 0.45 |
| Hex | BC | 53 | 29 | 0 | 38 | 4E | 1A | 11 | 40 | 2D |
| Octal | 274 | 123 | 51 | 0 | 70 | 116 | 32 | 21 | 100 | 55 |
| Binary | 10111100 | 1010011 | 101001 | 0 | 111000 | 1001110 | 11010 | 10001 | 1000000 | 101101 |
Color Harmonies of #BC5329
Complementary color
Monochromatic Colors of #BC5329
Black with #BC5329
Text Example
Text Example
White with #BC5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5329; }
p { color: rgb(188,83,41); }
H1.HeaderClassName
{
color: #BC5329;
}
.AnyTagClassName
{
color: #BC5329;
}
</style>
background-color css
<style>
a { background-color: #BC5329; }
a { background-color: rgb(188,83,41); }
div.DivClassName
{
background-color: #BC5329;
}
.BgClassName
{
background-color: #BC5329;
}
</style>
border-color css
<style>
span { border-color: #BC5329; }
span { border-color: rgb(188,83,41); }
td.TdClassName
{
border-color: #BC5329;
}
.TagClassName
{
border-color: #BC5329;
}
</style>