Shades of Fiery Orange #BC532B
Tints of Fiery Orange #BC532B
RGB
CMYK
RGB Variations
Color information
#BC532B (or 0xBC532B) is known color: Fiery Orange. HEX triplet: BC, 53 and 2B. RGB value is (188,83,43). Sum of RGB (Red+Green+Blue) = 188+83+43=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC532B is #43ACD4. Grayscale: #6E6E6E. Windows color (decimal): -4435157 or 2839484. OLE color: 2839484.
HSL color Cylindrical-coordinate representation of color #BC532B: hue angle of 16.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC532B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 43 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.26 |
| HSL | 16.55º | 0.63% | 0.45% | - |
| HSV(B) | 16.55º | 0.77% | 0.74% | - |
| XYZ | 24.27 | 17.05 | 4.3 | - |
| YUV | 109.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 43 | 0 | 0.56 | 0.77 | 0.26 | 16.55 | 0.63 | 0.45 |
| Hex | BC | 53 | 2B | 0 | 38 | 4D | 1A | 11 | 3F | 2D |
| Octal | 274 | 123 | 53 | 0 | 70 | 115 | 32 | 21 | 77 | 55 |
| Binary | 10111100 | 1010011 | 101011 | 0 | 111000 | 1001101 | 11010 | 10001 | 111111 | 101101 |
Color Harmonies of #BC532B
Complementary color
Monochromatic Colors of #BC532B
Black with #BC532B
Text Example
Text Example
White with #BC532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC532B; }
p { color: rgb(188,83,43); }
H1.HeaderClassName
{
color: #BC532B;
}
.AnyTagClassName
{
color: #BC532B;
}
</style>
background-color css
<style>
a { background-color: #BC532B; }
a { background-color: rgb(188,83,43); }
div.DivClassName
{
background-color: #BC532B;
}
.BgClassName
{
background-color: #BC532B;
}
</style>
border-color css
<style>
span { border-color: #BC532B; }
span { border-color: rgb(188,83,43); }
td.TdClassName
{
border-color: #BC532B;
}
.TagClassName
{
border-color: #BC532B;
}
</style>