Shades of Fiery Orange #BC5526
Tints of Fiery Orange #BC5526
RGB
CMYK
RGB Variations
Color information
#BC5526 (or 0xBC5526) is known color: Fiery Orange. HEX triplet: BC, 55 and 26. RGB value is (188,85,38). Sum of RGB (Red+Green+Blue) = 188+85+38=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5526 is #43AAD9. Grayscale: #6E6E6E. Windows color (decimal): -4434650 or 2512316. OLE color: 2512316.
HSL color Cylindrical-coordinate representation of color #BC5526: hue angle of 18.8º degrees, saturation: 0.66, 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 #BC5526 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 38 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.26 |
| HSL | 18.8º | 0.66% | 0.44% | - |
| HSV(B) | 18.8º | 0.8% | 0.74% | - |
| XYZ | 24.34 | 17.33 | 3.9 | - |
| YUV | 110.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 38 | 0 | 0.55 | 0.80 | 0.26 | 18.8 | 0.66 | 0.44 |
| Hex | BC | 55 | 26 | 0 | 37 | 50 | 1A | 13 | 42 | 2C |
| Octal | 274 | 125 | 46 | 0 | 67 | 120 | 32 | 23 | 102 | 54 |
| Binary | 10111100 | 1010101 | 100110 | 0 | 110111 | 1010000 | 11010 | 10011 | 1000010 | 101100 |
Color Harmonies of #BC5526
Complementary color
Monochromatic Colors of #BC5526
Black with #BC5526
Text Example
Text Example
White with #BC5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5526; }
p { color: rgb(188,85,38); }
H1.HeaderClassName
{
color: #BC5526;
}
.AnyTagClassName
{
color: #BC5526;
}
</style>
background-color css
<style>
a { background-color: #BC5526; }
a { background-color: rgb(188,85,38); }
div.DivClassName
{
background-color: #BC5526;
}
.BgClassName
{
background-color: #BC5526;
}
</style>
border-color css
<style>
span { border-color: #BC5526; }
span { border-color: rgb(188,85,38); }
td.TdClassName
{
border-color: #BC5526;
}
.TagClassName
{
border-color: #BC5526;
}
</style>