Shades of Fiery Orange #BC551B
Tints of Fiery Orange #BC551B
RGB
CMYK
RGB Variations
Color information
#BC551B (or 0xBC551B) is known color: Fiery Orange. HEX triplet: BC, 55 and 1B. RGB value is (188,85,27). Sum of RGB (Red+Green+Blue) = 188+85+27=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC551B is #43AAE4. Grayscale: #6D6D6D. Windows color (decimal): -4434661 or 1791420. OLE color: 1791420.
HSL color Cylindrical-coordinate representation of color #BC551B: hue angle of 21.61º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC551B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 27 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.26 |
| HSL | 21.61º | 0.75% | 0.42% | - |
| HSV(B) | 21.61º | 0.86% | 0.74% | - |
| XYZ | 24.19 | 17.27 | 3.1 | - |
| YUV | 109.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 27 | 0 | 0.55 | 0.86 | 0.26 | 21.61 | 0.75 | 0.42 |
| Hex | BC | 55 | 1B | 0 | 37 | 56 | 1A | 16 | 4B | 2A |
| Octal | 274 | 125 | 33 | 0 | 67 | 126 | 32 | 26 | 113 | 52 |
| Binary | 10111100 | 1010101 | 11011 | 0 | 110111 | 1010110 | 11010 | 10110 | 1001011 | 101010 |
Color Harmonies of #BC551B
Complementary color
Monochromatic Colors of #BC551B
Black with #BC551B
Text Example
Text Example
White with #BC551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC551B; }
p { color: rgb(188,85,27); }
H1.HeaderClassName
{
color: #BC551B;
}
.AnyTagClassName
{
color: #BC551B;
}
</style>
background-color css
<style>
a { background-color: #BC551B; }
a { background-color: rgb(188,85,27); }
div.DivClassName
{
background-color: #BC551B;
}
.BgClassName
{
background-color: #BC551B;
}
</style>
border-color css
<style>
span { border-color: #BC551B; }
span { border-color: rgb(188,85,27); }
td.TdClassName
{
border-color: #BC551B;
}
.TagClassName
{
border-color: #BC551B;
}
</style>