Shades of Fiery Orange #BC5522
Tints of Fiery Orange #BC5522
RGB
CMYK
RGB Variations
Color information
#BC5522 (or 0xBC5522) is known color: Fiery Orange. HEX triplet: BC, 55 and 22. RGB value is (188,85,34). Sum of RGB (Red+Green+Blue) = 188+85+34=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5522 is #43AADD. Grayscale: #6E6E6E. Windows color (decimal): -4434654 or 2250172. OLE color: 2250172.
HSL color Cylindrical-coordinate representation of color #BC5522: hue angle of 19.87º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC5522 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 34 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.26 |
| HSL | 19.87º | 0.69% | 0.44% | - |
| HSV(B) | 19.87º | 0.82% | 0.74% | - |
| XYZ | 24.28 | 17.3 | 3.57 | - |
| YUV | 109.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 34 | 0 | 0.55 | 0.82 | 0.26 | 19.87 | 0.69 | 0.44 |
| Hex | BC | 55 | 22 | 0 | 37 | 52 | 1A | 14 | 45 | 2C |
| Octal | 274 | 125 | 42 | 0 | 67 | 122 | 32 | 24 | 105 | 54 |
| Binary | 10111100 | 1010101 | 100010 | 0 | 110111 | 1010010 | 11010 | 10100 | 1000101 | 101100 |
Color Harmonies of #BC5522
Complementary color
Monochromatic Colors of #BC5522
Black with #BC5522
Text Example
Text Example
White with #BC5522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5522; }
p { color: rgb(188,85,34); }
H1.HeaderClassName
{
color: #BC5522;
}
.AnyTagClassName
{
color: #BC5522;
}
</style>
background-color css
<style>
a { background-color: #BC5522; }
a { background-color: rgb(188,85,34); }
div.DivClassName
{
background-color: #BC5522;
}
.BgClassName
{
background-color: #BC5522;
}
</style>
border-color css
<style>
span { border-color: #BC5522; }
span { border-color: rgb(188,85,34); }
td.TdClassName
{
border-color: #BC5522;
}
.TagClassName
{
border-color: #BC5522;
}
</style>