Shades of Fiery Orange #BA532E
Tints of Fiery Orange #BA532E
RGB
CMYK
RGB Variations
Color information
#BA532E (or 0xBA532E) is known color: Fiery Orange. HEX triplet: BA, 53 and 2E. RGB value is (186,83,46). Sum of RGB (Red+Green+Blue) = 186+83+46=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA532E is #45ACD1. Grayscale: #6D6D6D. Windows color (decimal): -4566226 or 3036090. OLE color: 3036090.
HSL color Cylindrical-coordinate representation of color #BA532E: hue angle of 15.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA532E is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 46 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.27 |
| HSL | 15.86º | 0.6% | 0.45% | - |
| HSV(B) | 15.86º | 0.75% | 0.73% | - |
| XYZ | 23.84 | 16.82 | 4.58 | - |
| YUV | 109.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 46 | 0 | 0.55 | 0.75 | 0.27 | 15.86 | 0.6 | 0.45 |
| Hex | BA | 53 | 2E | 0 | 37 | 4B | 1B | 10 | 3C | 2D |
| Octal | 272 | 123 | 56 | 0 | 67 | 113 | 33 | 20 | 74 | 55 |
| Binary | 10111010 | 1010011 | 101110 | 0 | 110111 | 1001011 | 11011 | 10000 | 111100 | 101101 |
Color Harmonies of #BA532E
Complementary color
Monochromatic Colors of #BA532E
Black with #BA532E
Text Example
Text Example
White with #BA532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA532E; }
p { color: rgb(186,83,46); }
H1.HeaderClassName
{
color: #BA532E;
}
.AnyTagClassName
{
color: #BA532E;
}
</style>
background-color css
<style>
a { background-color: #BA532E; }
a { background-color: rgb(186,83,46); }
div.DivClassName
{
background-color: #BA532E;
}
.BgClassName
{
background-color: #BA532E;
}
</style>
border-color css
<style>
span { border-color: #BA532E; }
span { border-color: rgb(186,83,46); }
td.TdClassName
{
border-color: #BA532E;
}
.TagClassName
{
border-color: #BA532E;
}
</style>