Shades of Fiery Orange #BC552A
Tints of Fiery Orange #BC552A
RGB
CMYK
RGB Variations
Color information
#BC552A (or 0xBC552A) is known color: Fiery Orange. HEX triplet: BC, 55 and 2A. RGB value is (188,85,42). Sum of RGB (Red+Green+Blue) = 188+85+42=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC552A is #43AAD5. Grayscale: #6F6F6F. Windows color (decimal): -4434646 or 2774460. OLE color: 2774460.
HSL color Cylindrical-coordinate representation of color #BC552A: hue angle of 17.67º degrees, saturation: 0.63, 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 #BC552A is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 42 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.26 |
| HSL | 17.67º | 0.63% | 0.45% | - |
| HSV(B) | 17.67º | 0.78% | 0.74% | - |
| XYZ | 24.41 | 17.36 | 4.25 | - |
| YUV | 110.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 42 | 0 | 0.55 | 0.78 | 0.26 | 17.67 | 0.63 | 0.45 |
| Hex | BC | 55 | 2A | 0 | 37 | 4E | 1A | 12 | 3F | 2D |
| Octal | 274 | 125 | 52 | 0 | 67 | 116 | 32 | 22 | 77 | 55 |
| Binary | 10111100 | 1010101 | 101010 | 0 | 110111 | 1001110 | 11010 | 10010 | 111111 | 101101 |
Color Harmonies of #BC552A
Complementary color
Monochromatic Colors of #BC552A
Black with #BC552A
Text Example
Text Example
White with #BC552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC552A; }
p { color: rgb(188,85,42); }
H1.HeaderClassName
{
color: #BC552A;
}
.AnyTagClassName
{
color: #BC552A;
}
</style>
background-color css
<style>
a { background-color: #BC552A; }
a { background-color: rgb(188,85,42); }
div.DivClassName
{
background-color: #BC552A;
}
.BgClassName
{
background-color: #BC552A;
}
</style>
border-color css
<style>
span { border-color: #BC552A; }
span { border-color: rgb(188,85,42); }
td.TdClassName
{
border-color: #BC552A;
}
.TagClassName
{
border-color: #BC552A;
}
</style>