Shades of Fiery Orange #BA5330
Tints of Fiery Orange #BA5330
RGB
CMYK
RGB Variations
Color information
#BA5330 (or 0xBA5330) is known color: Fiery Orange. HEX triplet: BA, 53 and 30. RGB value is (186,83,48). Sum of RGB (Red+Green+Blue) = 186+83+48=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5330 is #45ACCF. Grayscale: #6E6E6E. Windows color (decimal): -4566224 or 3167162. OLE color: 3167162.
HSL color Cylindrical-coordinate representation of color #BA5330: hue angle of 15.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA5330 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 48 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.27 |
| HSL | 15.22º | 0.59% | 0.46% | - |
| HSV(B) | 15.22º | 0.74% | 0.73% | - |
| XYZ | 23.88 | 16.84 | 4.79 | - |
| YUV | 109.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 48 | 0 | 0.55 | 0.74 | 0.27 | 15.22 | 0.59 | 0.46 |
| Hex | BA | 53 | 30 | 0 | 37 | 4A | 1B | F | 3B | 2E |
| Octal | 272 | 123 | 60 | 0 | 67 | 112 | 33 | 17 | 73 | 56 |
| Binary | 10111010 | 1010011 | 110000 | 0 | 110111 | 1001010 | 11011 | 1111 | 111011 | 101110 |
Color Harmonies of #BA5330
Complementary color
Monochromatic Colors of #BA5330
Black with #BA5330
Text Example
Text Example
White with #BA5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5330; }
p { color: rgb(186,83,48); }
H1.HeaderClassName
{
color: #BA5330;
}
.AnyTagClassName
{
color: #BA5330;
}
</style>
background-color css
<style>
a { background-color: #BA5330; }
a { background-color: rgb(186,83,48); }
div.DivClassName
{
background-color: #BA5330;
}
.BgClassName
{
background-color: #BA5330;
}
</style>
border-color css
<style>
span { border-color: #BA5330; }
span { border-color: rgb(186,83,48); }
td.TdClassName
{
border-color: #BA5330;
}
.TagClassName
{
border-color: #BA5330;
}
</style>