Shades of Fiery Orange #BC522A
Tints of Fiery Orange #BC522A
RGB
CMYK
RGB Variations
Color information
#BC522A (or 0xBC522A) is known color: Fiery Orange. HEX triplet: BC, 52 and 2A. RGB value is (188,82,42). Sum of RGB (Red+Green+Blue) = 188+82+42=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC522A is #43ADD5. Grayscale: #6D6D6D. Windows color (decimal): -4435414 or 2773692. OLE color: 2773692.
HSL color Cylindrical-coordinate representation of color #BC522A: hue angle of 16.44º 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 #BC522A is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 42 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.26 |
| HSL | 16.44º | 0.63% | 0.45% | - |
| HSV(B) | 16.44º | 0.78% | 0.74% | - |
| XYZ | 24.17 | 16.89 | 4.18 | - |
| YUV | 109.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 42 | 0 | 0.56 | 0.78 | 0.26 | 16.44 | 0.63 | 0.45 |
| Hex | BC | 52 | 2A | 0 | 38 | 4E | 1A | 10 | 3F | 2D |
| Octal | 274 | 122 | 52 | 0 | 70 | 116 | 32 | 20 | 77 | 55 |
| Binary | 10111100 | 1010010 | 101010 | 0 | 111000 | 1001110 | 11010 | 10000 | 111111 | 101101 |
Color Harmonies of #BC522A
Complementary color
Monochromatic Colors of #BC522A
Black with #BC522A
Text Example
Text Example
White with #BC522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC522A; }
p { color: rgb(188,82,42); }
H1.HeaderClassName
{
color: #BC522A;
}
.AnyTagClassName
{
color: #BC522A;
}
</style>
background-color css
<style>
a { background-color: #BC522A; }
a { background-color: rgb(188,82,42); }
div.DivClassName
{
background-color: #BC522A;
}
.BgClassName
{
background-color: #BC522A;
}
</style>
border-color css
<style>
span { border-color: #BC522A; }
span { border-color: rgb(188,82,42); }
td.TdClassName
{
border-color: #BC522A;
}
.TagClassName
{
border-color: #BC522A;
}
</style>