Shades of Fiery Orange #BA5A23
Tints of Fiery Orange #BA5A23
RGB
CMYK
RGB Variations
Color information
#BA5A23 (or 0xBA5A23) is known color: Fiery Orange. HEX triplet: BA, 5A and 23. RGB value is (186,90,35). Sum of RGB (Red+Green+Blue) = 186+90+35=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A23 is #45A5DC. Grayscale: #707070. Windows color (decimal): -4564445 or 2316986. OLE color: 2316986.
HSL color Cylindrical-coordinate representation of color #BA5A23: hue angle of 21.85º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA5A23 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 35 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.27 |
| HSL | 21.85º | 0.68% | 0.43% | - |
| HSV(B) | 21.85º | 0.81% | 0.73% | - |
| XYZ | 24.21 | 17.87 | 3.76 | - |
| YUV | 112.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 35 | 0 | 0.52 | 0.81 | 0.27 | 21.85 | 0.68 | 0.43 |
| Hex | BA | 5A | 23 | 0 | 34 | 51 | 1B | 16 | 44 | 2B |
| Octal | 272 | 132 | 43 | 0 | 64 | 121 | 33 | 26 | 104 | 53 |
| Binary | 10111010 | 1011010 | 100011 | 0 | 110100 | 1010001 | 11011 | 10110 | 1000100 | 101011 |
Color Harmonies of #BA5A23
Complementary color
Monochromatic Colors of #BA5A23
Black with #BA5A23
Text Example
Text Example
White with #BA5A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A23; }
p { color: rgb(186,90,35); }
H1.HeaderClassName
{
color: #BA5A23;
}
.AnyTagClassName
{
color: #BA5A23;
}
</style>
background-color css
<style>
a { background-color: #BA5A23; }
a { background-color: rgb(186,90,35); }
div.DivClassName
{
background-color: #BA5A23;
}
.BgClassName
{
background-color: #BA5A23;
}
</style>
border-color css
<style>
span { border-color: #BA5A23; }
span { border-color: rgb(186,90,35); }
td.TdClassName
{
border-color: #BA5A23;
}
.TagClassName
{
border-color: #BA5A23;
}
</style>