Shades of Fiery Orange #BC5223
Tints of Fiery Orange #BC5223
RGB
CMYK
RGB Variations
Color information
#BC5223 (or 0xBC5223) is known color: Fiery Orange. HEX triplet: BC, 52 and 23. RGB value is (188,82,35). Sum of RGB (Red+Green+Blue) = 188+82+35=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5223 is #43ADDC. Grayscale: #6C6C6C. Windows color (decimal): -4435421 or 2314940. OLE color: 2314940.
HSL color Cylindrical-coordinate representation of color #BC5223: hue angle of 18.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC5223 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 35 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.26 |
| HSL | 18.43º | 0.69% | 0.44% | - |
| HSV(B) | 18.43º | 0.81% | 0.74% | - |
| XYZ | 24.06 | 16.85 | 3.57 | - |
| YUV | 108.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 35 | 0 | 0.56 | 0.81 | 0.26 | 18.43 | 0.69 | 0.44 |
| Hex | BC | 52 | 23 | 0 | 38 | 51 | 1A | 12 | 45 | 2C |
| Octal | 274 | 122 | 43 | 0 | 70 | 121 | 32 | 22 | 105 | 54 |
| Binary | 10111100 | 1010010 | 100011 | 0 | 111000 | 1010001 | 11010 | 10010 | 1000101 | 101100 |
Color Harmonies of #BC5223
Complementary color
Monochromatic Colors of #BC5223
Black with #BC5223
Text Example
Text Example
White with #BC5223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5223; }
p { color: rgb(188,82,35); }
H1.HeaderClassName
{
color: #BC5223;
}
.AnyTagClassName
{
color: #BC5223;
}
</style>
background-color css
<style>
a { background-color: #BC5223; }
a { background-color: rgb(188,82,35); }
div.DivClassName
{
background-color: #BC5223;
}
.BgClassName
{
background-color: #BC5223;
}
</style>
border-color css
<style>
span { border-color: #BC5223; }
span { border-color: rgb(188,82,35); }
td.TdClassName
{
border-color: #BC5223;
}
.TagClassName
{
border-color: #BC5223;
}
</style>